Merge pull request #181 from joshuaboniface/fix-syntax-error
Correct syntax error in networkPath
This commit is contained in:
@@ -97,7 +97,7 @@ define(["jQuery", "loading", "fnchecked", "emby-checkbox", "emby-textarea", "emb
|
||||
$("#txtMetadataPath", view).val(path);
|
||||
}
|
||||
if (networkPath) {
|
||||
$("#txtMetadataNetworkPath", view).val(networkPath));
|
||||
$("#txtMetadataNetworkPath", view).val(networkPath);
|
||||
}
|
||||
picker.close();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user