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
654ecc8d27
commit
ca2375cf4f
6 changed files with 14 additions and 14 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.2.10",
|
||||
"_release": "1.2.10",
|
||||
"version": "1.2.11",
|
||||
"_release": "1.2.11",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.2.10",
|
||||
"commit": "732561cbf243bd49910335d27df1824dbf691a8d"
|
||||
"tag": "1.2.11",
|
||||
"commit": "46578959a8407ba9db7d2ae9b27dfa30a5abe6b3"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.0",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define(['dialogHelper', 'inputManager', 'connectionManager', 'browser', 'css!./style', 'html!./icons', 'iron-icon-set', 'paper-fab', 'paper-icon-button', 'paper-spinner'], function (dialogHelper, inputmanager, connectionManager, browser) {
|
||||
define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'css!./style', 'html!./icons', 'iron-icon-set', 'paper-fab', 'paper-icon-button', 'paper-spinner'], function (dialogHelper, inputmanager, connectionManager, layoutManager) {
|
||||
|
||||
return function (options) {
|
||||
|
||||
|
@ -90,7 +90,7 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'browser', 'css!./s
|
|||
swiperInstance.on('onLazyImageLoad', onSlideChangeStart);
|
||||
swiperInstance.on('onLazyImageReady', onSlideChangeEnd);
|
||||
|
||||
if (browser.mobile) {
|
||||
if (layoutManager.mobile) {
|
||||
pause();
|
||||
} else {
|
||||
play();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue