1
0
Fork 0
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:
Bill Thornton 2024-09-04 11:55:18 -04:00
parent d01cfa498b
commit b11f4fa4b1
2 changed files with 4 additions and 4 deletions

View file

@ -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;