diff --git a/src/components/directorybrowser/directorybrowser.js b/src/components/directorybrowser/directorybrowser.js
index e4ceecc0c..aac45f86d 100644
--- a/src/components/directorybrowser/directorybrowser.js
+++ b/src/components/directorybrowser/directorybrowser.js
@@ -90,20 +90,11 @@ define(['loading', 'dialogHelper', 'dom', 'listViewStyle', 'emby-input', 'paper-
html += '
';
html += instruction;
html += Globalize.translate("MessageDirectoryPickerInstruction").replace("{0}", "
\\\\server").replace("{1}", "
\\\\192.168.1.101");
- if ("synology" === (systemInfo.PackageName || "").toLowerCase()) {
- html += "
";
- html += "
";
- html += '
';
- html += Globalize.translate("LearnHowToCreateSynologyShares");
- html += "";
- } else if ("bsd" === systemInfo.OperatingSystem.toLowerCase()) {
+ if ("bsd" === systemInfo.OperatingSystem.toLowerCase()) {
html += "
";
html += "
";
html += Globalize.translate("MessageDirectoryPickerBSDInstruction");
html += "
";
- html += '
';
- html += Globalize.translate("ButtonMoreInformation");
- html += "";
} else if ("linux" === systemInfo.OperatingSystem.toLowerCase()) {
html += "
";
html += "
";