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

Merge pull request #5098 from thornbill/hide-network-path

Disable network path field
This commit is contained in:
Bill Thornton 2024-01-16 16:53:24 -05:00 committed by GitHub
commit f39ea2f638
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 4 deletions

View file

@ -93,8 +93,7 @@ export default function (view) {
},
validateWriteable: true,
header: globalize.translate('HeaderSelectMetadataPath'),
instruction: globalize.translate('HeaderSelectMetadataPathHelp'),
enableNetworkSharePath: true
instruction: globalize.translate('HeaderSelectMetadataPathHelp')
});
});
});