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
|
@ -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