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

add subtitle profiles to dlna profile editor

This commit is contained in:
Luke Pulverenti 2014-09-17 21:26:23 -04:00
parent fc4f9788fa
commit 1f6ce6a409
7 changed files with 224 additions and 78 deletions

View file

@ -21,7 +21,7 @@
}
if (user.Id && loggedInUser.Configuration.IsAdministrator) {
$('#fldConnectInfo', page).hide();
$('#fldConnectInfo', page).show();
} else {
$('#fldConnectInfo', page).hide();
}