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:
parent
a8c7ec96d4
commit
5f61a3bbee
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@
|
|||
|
||||
function setFieldVisibilities(page, item) {
|
||||
|
||||
if (item.Path) {
|
||||
if (item.Path && item.LocationType != 'Remote') {
|
||||
$('#fldPath', page).show();
|
||||
} else {
|
||||
$('#fldPath', page).hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue