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

updated ffmpeg

This commit is contained in:
Luke Pulverenti 2014-01-04 22:50:29 -05:00
parent 63836a625a
commit 9b7f81c3c6
8 changed files with 56 additions and 6 deletions

View file

@ -717,7 +717,7 @@
}
if (item.MediaType == "Video" && item.Type != "Channel") {
$('#fldSourceType', page).show();
$('#fldSourceType', page).hide();
} else {
$('#fldSourceType', page).hide();
}