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

fix sync layout

This commit is contained in:
Luke Pulverenti 2016-08-01 14:16:07 -04:00
parent e0d2a9298b
commit ee11212148
4 changed files with 16 additions and 2 deletions

View file

@ -1,4 +1,4 @@
define(['browser', 'datetime', 'libraryBrowser', 'listView', 'userdataButtons'], function (browser, datetime, libraryBrowser, listView, userdataButtons) {
define(['browser', 'datetime', 'libraryBrowser', 'listView', 'userdataButtons', 'cardStyle'], function (browser, datetime, libraryBrowser, listView, userdataButtons) {
function showSlideshowMenu(context) {
require(['scripts/slideshow'], function () {