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

Disable network path field

This commit is contained in:
Bill Thornton 2024-01-12 17:34:49 -05:00
parent 69c85d26f7
commit ec82e6758a
3 changed files with 1 additions and 4 deletions

View file

@ -166,7 +166,6 @@ function showDirectoryBrowser(context, originalPath, networkPath) {
import('../directorybrowser/directorybrowser').then(({ default: DirectoryBrowser }) => {
const picker = new DirectoryBrowser();
picker.show({
enableNetworkSharePath: true,
pathReadOnly: originalPath != null,
path: originalPath,
networkSharePath: networkPath,