mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add library folder option to home page
This commit is contained in:
parent
1987dfe628
commit
9029ce93d3
14 changed files with 94 additions and 17 deletions
|
@ -390,7 +390,7 @@
|
|||
}
|
||||
|
||||
if (item.CollectionType == 'tvshows') {
|
||||
return 'tvlatest.html?topParentId=' + item.Id;
|
||||
return 'tvrecommended.html?topParentId=' + item.Id;
|
||||
}
|
||||
|
||||
if (item.CollectionType == 'music') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue