mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add tag type for list view
This commit is contained in:
parent
d01cfa498b
commit
b11f4fa4b1
2 changed files with 4 additions and 4 deletions
|
@ -674,7 +674,7 @@ class AppRouter {
|
|||
}
|
||||
|
||||
if (item === 'tag') {
|
||||
url = `#/list.html?tag=${encodeURIComponent(options.tag)}&serverId=${serverId}`;
|
||||
url = `#/list.html?type=tag&tag=${encodeURIComponent(options.tag)}&serverId=${serverId}`;
|
||||
|
||||
if (options.parentId) {
|
||||
url += '&parentId=' + options.parentId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue