wip on autotagging
This commit is contained in:
@@ -10,6 +10,10 @@ export function BrowseReleases(arg1) {
|
||||
return window['go']['explore']['Service']['BrowseReleases'](arg1);
|
||||
}
|
||||
|
||||
export function CAALimiter() {
|
||||
return window['go']['explore']['Service']['CAALimiter']();
|
||||
}
|
||||
|
||||
export function CheckLibraryMBIDs(arg1) {
|
||||
return window['go']['explore']['Service']['CheckLibraryMBIDs'](arg1);
|
||||
}
|
||||
@@ -46,6 +50,10 @@ export function GetArtistPlayCount(arg1) {
|
||||
return window['go']['explore']['Service']['GetArtistPlayCount'](arg1);
|
||||
}
|
||||
|
||||
export function GetCandidateThumbnail(arg1, arg2) {
|
||||
return window['go']['explore']['Service']['GetCandidateThumbnail'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function GetIndexStatus() {
|
||||
return window['go']['explore']['Service']['GetIndexStatus']();
|
||||
}
|
||||
@@ -94,6 +102,10 @@ export function LookupReleaseGroup(arg1) {
|
||||
return window['go']['explore']['Service']['LookupReleaseGroup'](arg1);
|
||||
}
|
||||
|
||||
export function MusicBrainz() {
|
||||
return window['go']['explore']['Service']['MusicBrainz']();
|
||||
}
|
||||
|
||||
export function PopulateLocalCrossReferences() {
|
||||
return window['go']['explore']['Service']['PopulateLocalCrossReferences']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user