added "default playlist"/ favorites system
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function AddToDefaultPlaylist(arg1) {
|
||||
return window['go']['playlist']['Service']['AddToDefaultPlaylist'](arg1);
|
||||
}
|
||||
|
||||
export function AddTracksToPlaylist(arg1, arg2) {
|
||||
return window['go']['playlist']['Service']['AddTracksToPlaylist'](arg1, arg2);
|
||||
}
|
||||
@@ -18,6 +22,10 @@ export function DeletePlaylist(arg1) {
|
||||
return window['go']['playlist']['Service']['DeletePlaylist'](arg1);
|
||||
}
|
||||
|
||||
export function EnsureDefaultPlaylist() {
|
||||
return window['go']['playlist']['Service']['EnsureDefaultPlaylist']();
|
||||
}
|
||||
|
||||
export function FindPhantomMatches(arg1, arg2) {
|
||||
return window['go']['playlist']['Service']['FindPhantomMatches'](arg1, arg2);
|
||||
}
|
||||
@@ -30,6 +38,14 @@ export function GetAllPlaylistsWithTracks() {
|
||||
return window['go']['playlist']['Service']['GetAllPlaylistsWithTracks']();
|
||||
}
|
||||
|
||||
export function GetDefaultPlaylistInfo() {
|
||||
return window['go']['playlist']['Service']['GetDefaultPlaylistInfo']();
|
||||
}
|
||||
|
||||
export function GetDefaultPlaylistTrackPaths() {
|
||||
return window['go']['playlist']['Service']['GetDefaultPlaylistTrackPaths']();
|
||||
}
|
||||
|
||||
export function GetPhantomCandidates(arg1, arg2) {
|
||||
return window['go']['playlist']['Service']['GetPhantomCandidates'](arg1, arg2);
|
||||
}
|
||||
@@ -42,6 +58,10 @@ export function ImportPlaylist(arg1) {
|
||||
return window['go']['playlist']['Service']['ImportPlaylist'](arg1);
|
||||
}
|
||||
|
||||
export function RemoveFromDefaultPlaylist(arg1) {
|
||||
return window['go']['playlist']['Service']['RemoveFromDefaultPlaylist'](arg1);
|
||||
}
|
||||
|
||||
export function RemovePhantomTracks(arg1, arg2) {
|
||||
return window['go']['playlist']['Service']['RemovePhantomTracks'](arg1, arg2);
|
||||
}
|
||||
@@ -69,3 +89,11 @@ export function SearchLibrary(arg1) {
|
||||
export function SetContext(arg1) {
|
||||
return window['go']['playlist']['Service']['SetContext'](arg1);
|
||||
}
|
||||
|
||||
export function SetFavoritesConfig(arg1) {
|
||||
return window['go']['playlist']['Service']['SetFavoritesConfig'](arg1);
|
||||
}
|
||||
|
||||
export function ToggleDefaultPlaylistTrack(arg1) {
|
||||
return window['go']['playlist']['Service']['ToggleDefaultPlaylistTrack'](arg1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user