chore(Q1): auto-commit after quick-task
This commit is contained in:
@@ -66,6 +66,10 @@ export function GetPlaylistTracks(arg1) {
|
||||
return window['go']['playlist']['Service']['GetPlaylistTracks'](arg1);
|
||||
}
|
||||
|
||||
export function GetSmartPlaylistRules(arg1) {
|
||||
return window['go']['playlist']['Service']['GetSmartPlaylistRules'](arg1);
|
||||
}
|
||||
|
||||
export function ImportPlaylist(arg1) {
|
||||
return window['go']['playlist']['Service']['ImportPlaylist'](arg1);
|
||||
}
|
||||
@@ -74,6 +78,10 @@ export function ImportPlaylists(arg1) {
|
||||
return window['go']['playlist']['Service']['ImportPlaylists'](arg1);
|
||||
}
|
||||
|
||||
export function PreviewSmartPlaylist(arg1) {
|
||||
return window['go']['playlist']['Service']['PreviewSmartPlaylist'](arg1);
|
||||
}
|
||||
|
||||
export function RemoveFromDefaultPlaylist(arg1) {
|
||||
return window['go']['playlist']['Service']['RemoveFromDefaultPlaylist'](arg1);
|
||||
}
|
||||
@@ -121,11 +129,3 @@ export function ToggleDefaultPlaylistTrack(arg1) {
|
||||
export function UpdateSmartPlaylistRules(arg1, arg2) {
|
||||
return window['go']['playlist']['Service']['UpdateSmartPlaylistRules'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function GetSmartPlaylistRules(arg1) {
|
||||
return window['go']['playlist']['Service']['GetSmartPlaylistRules'](arg1);
|
||||
}
|
||||
|
||||
export function PreviewSmartPlaylist(arg1) {
|
||||
return window['go']['playlist']['Service']['PreviewSmartPlaylist'](arg1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user