1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add album artists endpoint

This commit is contained in:
Luke Pulverenti 2014-06-22 12:49:39 -04:00
parent 5732f0a7ed
commit b26707208f
2 changed files with 22 additions and 2 deletions

View file

@ -5,7 +5,6 @@
SortBy: "SortName",
SortOrder: "Ascending",
IncludeItemTypes: "MusicArtist",
Recursive: true,
Fields: "DateCreated",
StartIndex: 0
@ -20,7 +19,7 @@
Dashboard.showLoadingMsg();
ApiClient.getItems(Dashboard.getCurrentUserId(), query).done(function (result) {
ApiClient.getAlbumArtists(Dashboard.getCurrentUserId(), query).done(function (result) {
// Scroll back up so they can see the results from the beginning
$(document).scrollTop(0);