Merge remote-tracking branch 'origin/main' into wails-v3
This commit is contained in:
@@ -17,6 +17,14 @@ import * as download$0 from "../download/models.js";
|
||||
// @ts-ignore: Unused imports
|
||||
import * as tracklist$0 from "../tracklist/models.js";
|
||||
|
||||
/**
|
||||
* GetAllowMeteredCatalogDownload reports whether the ~0.6 GB Explore
|
||||
* catalog may be fetched on a metered connection.
|
||||
*/
|
||||
export function GetAllowMeteredCatalogDownload(): $CancellablePromise<boolean> {
|
||||
return $Call.ByID(2258585139);
|
||||
}
|
||||
|
||||
/**
|
||||
* GetDefaultPage returns the view the app opens to on launch.
|
||||
*/
|
||||
@@ -127,6 +135,17 @@ export function Save(): $CancellablePromise<void> {
|
||||
return $Call.ByID(1988945736);
|
||||
}
|
||||
|
||||
/**
|
||||
* SetAllowMeteredCatalogDownload saves the metered-download permission.
|
||||
*
|
||||
* There is nothing to validate and nothing to restart: the policy is
|
||||
* read at the moment a download would start, so turning it on takes
|
||||
* effect on the next attempt rather than needing this launch to be over.
|
||||
*/
|
||||
export function SetAllowMeteredCatalogDownload(allow: boolean): $CancellablePromise<void> {
|
||||
return $Call.ByID(192700351, allow);
|
||||
}
|
||||
|
||||
/**
|
||||
* SetDefaultPage validates and saves a new launch page.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user