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

support channels with dlna

This commit is contained in:
Luke Pulverenti 2014-07-29 23:31:35 -04:00
parent b89707f7b9
commit 27cc543b5f
13 changed files with 20 additions and 34 deletions

View file

@ -124,10 +124,8 @@
if (userId) {
$('#userProfileNavigation', page).show();
$('.serverNavigation', page).hide();
} else {
$('#userProfileNavigation', page).hide();
$('.serverNavigation', page).show();
}
Dashboard.getCurrentUser().done(function (loggedInUser) {