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

fix mac ffmpeg build

This commit is contained in:
Luke Pulverenti 2014-09-28 12:50:33 -04:00
parent a8c7ec96d4
commit 5f61a3bbee
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@
function setFieldVisibilities(page, item) {
if (item.Path) {
if (item.Path && item.LocationType != 'Remote') {
$('#fldPath', page).show();
} else {
$('#fldPath', page).hide();