mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
#186 - Catalog tile display uniformity
This commit is contained in:
parent
9450d06d5c
commit
322cc9ebe9
9 changed files with 231 additions and 114 deletions
|
@ -270,7 +270,7 @@
|
|||
loadItems(page, {
|
||||
MediaTypes: "",
|
||||
IncludeItemTypes: "MusicAlbum",
|
||||
PersonTypes: "Artist",
|
||||
PersonTypes: "",
|
||||
Artists: ""
|
||||
});
|
||||
});
|
||||
|
@ -280,7 +280,7 @@
|
|||
loadItems(page, {
|
||||
MediaTypes: "",
|
||||
IncludeItemTypes: "Audio",
|
||||
PersonTypes: "Artist",
|
||||
PersonTypes: "",
|
||||
Artists: ""
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue