mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update character escaping
This commit is contained in:
parent
e95dc53708
commit
bb82ca5806
3 changed files with 5 additions and 24 deletions
|
@ -14,12 +14,12 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"version": "1.4.334",
|
"version": "1.4.336",
|
||||||
"_release": "1.4.334",
|
"_release": "1.4.336",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "1.4.334",
|
"tag": "1.4.336",
|
||||||
"commit": "6f1606bb05f1cabf7cc36cfd77185496e8472b0e"
|
"commit": "400863fdd7ccf3fe53c1abd8b4d4dae58bd9925d"
|
||||||
},
|
},
|
||||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||||
"_target": "^1.2.1",
|
"_target": "^1.2.1",
|
||||||
|
|
|
@ -553,12 +553,6 @@ define(['browser'], function (browser) {
|
||||||
Value: 'true',
|
Value: 'true',
|
||||||
IsRequired: false
|
IsRequired: false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Condition: 'NotEquals',
|
|
||||||
Property: 'IsAVC',
|
|
||||||
Value: 'true',
|
|
||||||
IsRequired: false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Condition: 'EqualsAny',
|
Condition: 'EqualsAny',
|
||||||
Property: 'VideoProfile',
|
Property: 'VideoProfile',
|
||||||
|
@ -580,18 +574,6 @@ define(['browser'], function (browser) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
profile.CodecProfiles.push({
|
|
||||||
Type: 'Video',
|
|
||||||
Codec: 'vpx',
|
|
||||||
Conditions: [
|
|
||||||
{
|
|
||||||
Condition: 'NotEquals',
|
|
||||||
Property: 'IsAnamorphic',
|
|
||||||
Value: 'true',
|
|
||||||
IsRequired: false
|
|
||||||
}]
|
|
||||||
});
|
|
||||||
|
|
||||||
// Subtitle profiles
|
// Subtitle profiles
|
||||||
// External vtt or burn in
|
// External vtt or burn in
|
||||||
profile.SubtitleProfiles = [];
|
profile.SubtitleProfiles = [];
|
||||||
|
|
|
@ -499,8 +499,7 @@ define(['loading', 'dom', 'viewManager', 'skinManager', 'pluginManager', 'backdr
|
||||||
resolve();
|
resolve();
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
passive: true,
|
passive: true
|
||||||
once: true
|
|
||||||
});
|
});
|
||||||
|
|
||||||
var currentRouteInfo;
|
var currentRouteInfo;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue