mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework transcoding settings
This commit is contained in:
parent
5439ca56b6
commit
a1890b0e4e
8 changed files with 60 additions and 62 deletions
4
dashboard-ui/cordova/registrationservices.js
vendored
4
dashboard-ui/cordova/registrationservices.js
vendored
|
@ -2,9 +2,7 @@
|
|||
|
||||
function isAndroid() {
|
||||
|
||||
var platform = (device.platform || '').toLowerCase();
|
||||
|
||||
return platform.indexOf('android') != -1;
|
||||
return $.browser.android;
|
||||
}
|
||||
|
||||
function getPremiumUnlockFeatureId() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue