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

added a new MusicGenre entity

This commit is contained in:
Luke Pulverenti 2013-06-10 23:31:00 -04:00
parent 94e6446003
commit b267c433c3
6 changed files with 216 additions and 8 deletions

View file

@ -15,7 +15,7 @@
Dashboard.showLoadingMsg();
ApiClient.getGenres(Dashboard.getCurrentUserId(), query).done(function (result) {
ApiClient.getMusicGenres(Dashboard.getCurrentUserId(), query).done(function (result) {
// Scroll back up so they can see the results from the beginning
$(document).scrollTop(0);