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

fix movie filters

This commit is contained in:
Luke Pulverenti 2015-08-25 23:09:16 -04:00
parent 690acfbe05
commit 1e8c1f684f
2 changed files with 42 additions and 53 deletions

View file

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