mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Correct syntax error in networkPath
This commit is contained in:
parent
65aec76e06
commit
f698ba1f39
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ define(["jQuery", "loading", "fnchecked", "emby-checkbox", "emby-textarea", "emb
|
||||||
$("#txtMetadataPath", view).val(path);
|
$("#txtMetadataPath", view).val(path);
|
||||||
}
|
}
|
||||||
if (networkPath) {
|
if (networkPath) {
|
||||||
$("#txtMetadataNetworkPath", view).val(networkPath));
|
$("#txtMetadataNetworkPath", view).val(networkPath);
|
||||||
}
|
}
|
||||||
picker.close();
|
picker.close();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue