mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Added filters to the item list page
This commit is contained in:
parent
a42f547c00
commit
70187c1434
6 changed files with 203 additions and 48 deletions
|
@ -81,7 +81,8 @@
|
|||
IsFolder: true
|
||||
}, {
|
||||
Name: "Favorites",
|
||||
IsFolder: true
|
||||
IsFolder: true,
|
||||
url: "itemlist.html?IsFavorite=true&Recursive=true&Title=Favorites"
|
||||
}, {
|
||||
Name: "Genres",
|
||||
IsFolder: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue