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

update music tabs

This commit is contained in:
Luke Pulverenti 2015-09-03 15:04:29 -04:00
parent 2c776145d5
commit 0e83515811
10 changed files with 131 additions and 543 deletions

View file

@ -858,7 +858,7 @@
}
if (item.CollectionType == 'music') {
return 'musicrecommended.html?topParentId=' + item.Id;
return 'music.html?topParentId=' + item.Id;
}
if (item.CollectionType == 'games') {