';
- if (!options.pathReadOnly && (options.instruction || systemInfo.OperatingSystem)) {
+ if (!options.pathReadOnly && options.instruction) {
const instruction = options.instruction ? `${escapeHtml(options.instruction)}
` : '';
html += '
';
html += instruction;
- if (systemInfo.OperatingSystem.toLowerCase() === 'bsd') {
- html += '
';
- html += '
';
- html += globalize.translate('MessageDirectoryPickerBSDInstruction');
- html += '
';
- } else if (systemInfo.OperatingSystem.toLowerCase() === 'linux') {
- html += '
';
- html += '
';
- html += globalize.translate('MessageDirectoryPickerLinuxInstruction');
- html += '
';
- }
html += '
';
}
html += '
';
- html += getEditorHtml(options, fetchedSystemInfo);
+ html += getEditorHtml(options);
dlg.innerHTML = html;
initEditor(dlg, options, fileOptions);
dlg.addEventListener('close', onDialogClosed);
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index d2e32a1ff4..2800668b26 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -1082,8 +1082,6 @@
"MessageContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
"MessageCreateAccountAt": "Create an account at {0}",
"MessageDeleteTaskTrigger": "Are you sure you wish to delete this task trigger?",
- "MessageDirectoryPickerBSDInstruction": "For BSD, you may need to set up storage within your 'FreeNAS Jail' so Jellyfin can access your media.",
- "MessageDirectoryPickerLinuxInstruction": "For Linux on Arch Linux, CentOS, Debian, Fedora, openSUSE, or Ubuntu, you must grant the service user at least read access to your storage locations.",
"MessageDownloadQueued": "Download queued.",
"MessageEnablingOptionLongerScans": "Enabling this option may result in significantly longer library scans.",
"MessageFileReadError": "There was an error reading the file. Please try again.",