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

fix marking seasons unplayed

This commit is contained in:
Luke Pulverenti 2015-10-02 16:28:44 -04:00
parent 8dcb1d85cb
commit a651d5208d
4 changed files with 7 additions and 3 deletions

View file

@ -92,6 +92,7 @@
dlg.exitAnimation = 'fade-out-animation';
dlg.classList.add('fullscreen-editor-paper-dialog');
dlg.classList.add('ui-body-b');
dlg.classList.add('background-theme-b');
dlg.classList.add('smoothScrollY');
return dlg;