mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
f86dabe945
commit
ccf6b48bdc
9 changed files with 55 additions and 20 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.1.46",
|
||||
"_release": "1.1.46",
|
||||
"version": "1.1.47",
|
||||
"_release": "1.1.47",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.1.46",
|
||||
"commit": "1c0644c2d74740356a298c55a174c34ae465436d"
|
||||
"tag": "1.1.47",
|
||||
"commit": "476832cea8f424a2cb15eee0f27fa4750619c1fb"
|
||||
},
|
||||
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "~1.1.5",
|
||||
|
|
|
@ -61,7 +61,7 @@ define(['browser'], function (browser) {
|
|||
var version = (browser.version || '').toString().split('.')[0];
|
||||
try {
|
||||
version = parseInt(version);
|
||||
if (version >= 48) {
|
||||
if (version >= 49) {
|
||||
return true;
|
||||
}
|
||||
} catch (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue