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

rework people

This commit is contained in:
Luke Pulverenti 2015-10-04 23:24:24 -04:00
parent 4bc4e81c51
commit 2f11b55964
12 changed files with 27 additions and 518 deletions

View file

@ -299,11 +299,6 @@
renderMethod = 'renderGenresTab';
break;
case 5:
depends.push('scripts/moviepeople');
renderMethod = 'renderPeopleTab';
initMethod = 'initPeopleTab';
break;
case 6:
depends.push('scripts/moviestudios');
renderMethod = 'renderStudiosTab';
break;