mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework genre views
This commit is contained in:
parent
28dbf41487
commit
0dacc82ab7
20 changed files with 541 additions and 380 deletions
|
@ -159,14 +159,14 @@
|
|||
depends.push('scripts/tvshows');
|
||||
break;
|
||||
case 4:
|
||||
depends.push('scripts/episodes');
|
||||
break;
|
||||
case 5:
|
||||
depends.push('scripts/tvgenres');
|
||||
break;
|
||||
case 6:
|
||||
case 5:
|
||||
depends.push('scripts/tvstudios');
|
||||
break;
|
||||
case 6:
|
||||
depends.push('scripts/episodes');
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue