mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 03:18:27 +01:00
some very basic folder browsing
This commit is contained in:
@@ -2,12 +2,15 @@
|
||||
|
||||
onPageShow: function () {
|
||||
|
||||
ItemDetailPage.reload();
|
||||
},
|
||||
|
||||
reload: function() {
|
||||
var id = getParameterByName('id');
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
ApiClient.getItem(Dashboard.getCurrentUserId(), id).done(ItemDetailPage.renderItem);
|
||||
|
||||
},
|
||||
|
||||
renderItem: function (item) {
|
||||
|
||||
Reference in New Issue
Block a user