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

move classes to portable server project

This commit is contained in:
Luke Pulverenti 2016-11-02 16:53:50 -04:00
parent 1c0379bee1
commit c203b7253b
9 changed files with 67 additions and 88 deletions

View file

@ -103,7 +103,7 @@
preferThumb: true,
context: 'tv',
lazy: true,
overlayPlayButton: true
overlayMoreButton: true
});
}
else if (viewStyle == "ThumbCard") {
@ -160,7 +160,7 @@
context: 'tv',
centerText: true,
lazy: true,
overlayPlayButton: true
overlayMoreButton: true
});
}