mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
bc6a1d5734
commit
15010b1426
1 changed files with 1 additions and 2 deletions
|
@ -157,8 +157,7 @@ export function capabilities(appHost) {
|
||||||
SupportsPersistentIdentifier: self.appMode === 'cordova' || self.appMode === 'android',
|
SupportsPersistentIdentifier: self.appMode === 'cordova' || self.appMode === 'android',
|
||||||
SupportsMediaControl: true
|
SupportsMediaControl: true
|
||||||
};
|
};
|
||||||
appHost.getPushTokenInfo();
|
return Object.assign(capabilities, appHost.getPushTokenInfo());
|
||||||
return capabilities = Object.assign(capabilities, appHost.getPushTokenInfo());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function selectServer() {
|
export function selectServer() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue