refactored full rescan to use hook/lifecycle pattern and added rescan package
This commit is contained in:
@@ -34,10 +34,6 @@ export function SetContext(arg1) {
|
||||
return window['go']['library']['Library']['SetContext'](arg1);
|
||||
}
|
||||
|
||||
export function SetPlaylistRestorer(arg1) {
|
||||
return window['go']['library']['Library']['SetPlaylistRestorer'](arg1);
|
||||
}
|
||||
|
||||
export function SetQueue(arg1) {
|
||||
return window['go']['library']['Library']['SetQueue'](arg1);
|
||||
export function SetRescanHooks(arg1) {
|
||||
return window['go']['library']['Library']['SetRescanHooks'](arg1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user