diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json index f1bd121698..82b069d140 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/.bower.json +++ b/dashboard-ui/bower_components/emby-webcomponents/.bower.json @@ -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", diff --git a/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js b/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js index 791c765aed..fee6c43001 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js +++ b/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js @@ -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 = []; diff --git a/dashboard-ui/bower_components/emby-webcomponents/router.js b/dashboard-ui/bower_components/emby-webcomponents/router.js index 45f5c17fac..bb173a9d37 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/router.js +++ b/dashboard-ui/bower_components/emby-webcomponents/router.js @@ -499,8 +499,7 @@ define(['loading', 'dom', 'viewManager', 'skinManager', 'pluginManager', 'backdr resolve(); } }, { - passive: true, - once: true + passive: true }); var currentRouteInfo;