1
0
Fork 0
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:
Luke Pulverenti 2016-11-13 22:44:54 -05:00
parent e95dc53708
commit bb82ca5806
3 changed files with 5 additions and 24 deletions

View file

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.334",
"_release": "1.4.334",
"version": "1.4.336",
"_release": "1.4.336",
"_resolution": {
"type": "version",
"tag": "1.4.334",
"commit": "6f1606bb05f1cabf7cc36cfd77185496e8472b0e"
"tag": "1.4.336",
"commit": "400863fdd7ccf3fe53c1abd8b4d4dae58bd9925d"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",

View file

@ -553,12 +553,6 @@ define(['browser'], function (browser) {
Value: 'true',
IsRequired: false
},
{
Condition: 'NotEquals',
Property: 'IsAVC',
Value: 'true',
IsRequired: false
},
{
Condition: 'EqualsAny',
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
// External vtt or burn in
profile.SubtitleProfiles = [];

View file

@ -499,8 +499,7 @@ define(['loading', 'dom', 'viewManager', 'skinManager', 'pluginManager', 'backdr
resolve();
}
}, {
passive: true,
once: true
passive: true
});
var currentRouteInfo;