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

update user data icons

This commit is contained in:
Luke Pulverenti 2013-03-29 10:12:14 -04:00
parent f3bdc1163e
commit 3d31aa2470
11 changed files with 86 additions and 51 deletions

View file

@ -18,6 +18,8 @@
query.parentId = parentId;
ApiClient.getItem(Dashboard.getCurrentUserId(), parentId).done(ItemListPage.renderTitle);
} else {
$('#itemName', $.mobile.activePage).html("Media Library");
}
ItemListPage.refreshItems(query);