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
2cf4c1c4e0
commit
49ef08c64b
2 changed files with 5 additions and 4 deletions
|
@ -16,12 +16,12 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"version": "1.1.65",
|
"version": "1.1.66",
|
||||||
"_release": "1.1.65",
|
"_release": "1.1.66",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "1.1.65",
|
"tag": "1.1.66",
|
||||||
"commit": "0d838fa5972c686099cf85e830e9c7470972fb2f"
|
"commit": "a8e8f6bbf1df9a88af95b0500b002eeed19a3add"
|
||||||
},
|
},
|
||||||
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
|
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
|
||||||
"_target": "~1.1.5",
|
"_target": "~1.1.5",
|
||||||
|
|
|
@ -517,6 +517,7 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
|
||||||
embyRouter.getRoutes = getRoutes;
|
embyRouter.getRoutes = getRoutes;
|
||||||
embyRouter.pushState = pushState;
|
embyRouter.pushState = pushState;
|
||||||
embyRouter.enableNativeHistory = enableNativeHistory;
|
embyRouter.enableNativeHistory = enableNativeHistory;
|
||||||
|
embyRouter.showVideoOsd = showVideoOsd;
|
||||||
embyRouter.TransparencyLevel = {
|
embyRouter.TransparencyLevel = {
|
||||||
None: 0,
|
None: 0,
|
||||||
Backdrop: 1,
|
Backdrop: 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue