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:
parent
2c776145d5
commit
0e83515811
10 changed files with 131 additions and 543 deletions
|
@ -858,7 +858,7 @@
|
|||
}
|
||||
|
||||
if (item.CollectionType == 'music') {
|
||||
return 'musicrecommended.html?topParentId=' + item.Id;
|
||||
return 'music.html?topParentId=' + item.Id;
|
||||
}
|
||||
|
||||
if (item.CollectionType == 'games') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue