mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update slider
This commit is contained in:
parent
fab42af1a5
commit
69b1b7e164
13 changed files with 58 additions and 31 deletions
|
@ -724,7 +724,7 @@ var Dashboard = {
|
|||
profile.SubtitleProfiles.push({
|
||||
Format: 'ass',
|
||||
Method: 'Embed'
|
||||
});
|
||||
});
|
||||
profile.SubtitleProfiles.push({
|
||||
Format: 'ssa',
|
||||
Method: 'Embed'
|
||||
|
@ -1627,7 +1627,11 @@ var AppInfo = {};
|
|||
var embyWebComponentsBowerPath = bowerPath + '/emby-webcomponents';
|
||||
|
||||
if (Dashboard.isRunningInCordova()) {
|
||||
define("actionsheet", ["cordova/actionsheet"], returnFirstDependency);
|
||||
if (window.MainActivity && window.MainActivity.getAndroidBuildVersion() >= 24) {
|
||||
define("actionsheet", ["webActionSheet"], returnFirstDependency);
|
||||
} else {
|
||||
define("actionsheet", ["cordova/actionsheet"], returnFirstDependency);
|
||||
}
|
||||
} else {
|
||||
define("actionsheet", ["webActionSheet"], returnFirstDependency);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue