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

remove paper-progress

This commit is contained in:
Luke Pulverenti 2016-08-21 13:58:33 -04:00
parent 4848adf508
commit faf5fe7af6
4 changed files with 25 additions and 21 deletions

View file

@ -99,7 +99,8 @@
preferThumb: true,
context: 'movies',
lazy: true,
overlayPlayButton: true
overlayPlayButton: true,
showTitle: true
});
}
else if (viewStyle == "ThumbCard") {
@ -155,7 +156,8 @@
context: 'movies',
centerText: true,
lazy: true,
overlayPlayButton: true
overlayPlayButton: true,
showTitle: true
});
}