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

support grouping behind boxsets

This commit is contained in:
Luke Pulverenti 2014-03-15 00:14:07 -04:00
parent 941824a5fb
commit a5f1fa7681
9 changed files with 121 additions and 181 deletions

View file

@ -64,7 +64,7 @@
ApiClient.sendWebSocketMessage("Context", vals.join('|'));
}
$('.status', page).html('Status:   ' + item.Status);
$('.recordingStatus', page).html('Status:   ' + item.Status);
Dashboard.getCurrentUser().done(function (user) {