1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-03-16 13:31:38 -04:00
parent 2cf4c1c4e0
commit 49ef08c64b
2 changed files with 5 additions and 4 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.1.65",
"_release": "1.1.65",
"version": "1.1.66",
"_release": "1.1.66",
"_resolution": {
"type": "version",
"tag": "1.1.65",
"commit": "0d838fa5972c686099cf85e830e9c7470972fb2f"
"tag": "1.1.66",
"commit": "a8e8f6bbf1df9a88af95b0500b002eeed19a3add"
},
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "~1.1.5",

View file

@ -517,6 +517,7 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
embyRouter.getRoutes = getRoutes;
embyRouter.pushState = pushState;
embyRouter.enableNativeHistory = enableNativeHistory;
embyRouter.showVideoOsd = showVideoOsd;
embyRouter.TransparencyLevel = {
None: 0,
Backdrop: 1,