diff --git a/src/components/collectionEditor/collectionEditor.js b/src/components/collectionEditor/collectionEditor.js
index 42fd26fc2b..17d8a61452 100644
--- a/src/components/collectionEditor/collectionEditor.js
+++ b/src/components/collectionEditor/collectionEditor.js
@@ -248,11 +248,6 @@ import 'flexStyles';
html += title;
html += '';
- if (appHost.supports('externallinks')) {
- // TODO: Change to Jellyfin docs
- html += `${globalize.translate('Help')}`;
- }
-
html += '';
html += getEditorHtml();
diff --git a/src/controllers/itemDetails/index.js b/src/controllers/itemDetails/index.js
index ff65000751..29aa8ad1e1 100644
--- a/src/controllers/itemDetails/index.js
+++ b/src/controllers/itemDetails/index.js
@@ -1652,7 +1652,6 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
html += '
';
var shape = 'MusicAlbum' == type.type ? getSquareShape(false) : getPortraitShape(false);
@@ -1674,15 +1673,6 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
var collectionItems = page.querySelector('.collectionItems');
collectionItems.insertAdjacentHTML('beforeend', html);
imageLoader.lazyChildren(collectionItems);
- collectionItems.querySelector('.btnAddToCollection').addEventListener('click', function () {
- require(['alert'], function (alert) {
- alert.default({
- text: globalize.translate('AddItemToCollectionHelp'),
- // TODO: Change to Jellyfin docs
- html: globalize.translate('AddItemToCollectionHelp') + '
' + globalize.translate('ButtonLearnMore') + ''
- });
- });
- });
}
function renderMusicVideos(page, item, user) {
diff --git a/src/dlnaprofile.html b/src/dlnaprofile.html
index e960d97a0f..01636e6019 100644
--- a/src/dlnaprofile.html
+++ b/src/dlnaprofile.html
@@ -5,7 +5,6 @@
${HeaderProfileInformation}
-
diff --git a/src/dlnaprofiles.html b/src/dlnaprofiles.html
index b47b2fd6bf..615bb59ee8 100644
--- a/src/dlnaprofiles.html
+++ b/src/dlnaprofiles.html
@@ -11,7 +11,6 @@
-
${CustomDlnaProfilesHelp}