You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-11-23 22:24:44 +02:00
Add missing events to extension manager.
This commit is contained in:
@@ -234,7 +234,8 @@ export class ExtensionManager implements IObjectManager {
|
||||
getCoverForAlbum: new ExtensionEvent(),
|
||||
},
|
||||
ProjectedCacheManager: {
|
||||
invalidateDirectoryCache: new ExtensionEvent()
|
||||
invalidateDirectoryCache: new ExtensionEvent(),
|
||||
getCacheForDirectory: new ExtensionEvent()
|
||||
},
|
||||
DiskManager: {
|
||||
excludeDir: new ExtensionEvent(),
|
||||
@@ -242,6 +243,9 @@ export class ExtensionManager implements IObjectManager {
|
||||
},
|
||||
ImageRenderer: {
|
||||
render: new ExtensionEvent()
|
||||
},
|
||||
VideoConverter: {
|
||||
convert: new ExtensionEvent()
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user