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

show more music favorites

This commit is contained in:
Luke Pulverenti 2015-11-08 22:41:45 -05:00
parent efdfa66f6b
commit 205ecd6427
57 changed files with 11256 additions and 11182 deletions

View file

@ -208,6 +208,12 @@
loadPlaylists(tabContent, parentId);
loadRecentlyPlayed(tabContent, parentId);
loadFrequentlyPlayed(tabContent, parentId);
require(['scripts/favorites'], function() {
FavoriteItems.render(tabContent, Dashboard.getCurrentUserId(), parentId, ['favoriteArtists', 'favoriteAlbums', 'favoriteSongs']);
});
}
}