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

update episode filters

This commit is contained in:
Luke Pulverenti 2016-02-15 11:42:57 -05:00
parent e11d02694d
commit d42d6c123a
8 changed files with 282 additions and 489 deletions

View file

@ -284,7 +284,6 @@
break;
case 1:
depends.push('scripts/movies');
depends.push('scripts/queryfilters');
renderMethod = 'renderMoviesTab';
initMethod = 'initMoviesTab';
break;