1
0
Fork 0
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:
Luke Pulverenti 2013-04-25 19:28:01 -04:00
parent 9450d06d5c
commit 322cc9ebe9
9 changed files with 231 additions and 114 deletions

View file

@ -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: ""
});
});