diff --git a/src/components/layoutManager.js b/src/components/layoutManager.js
index 17dd259223..865e66ac6f 100644
--- a/src/components/layoutManager.js
+++ b/src/components/layoutManager.js
@@ -31,6 +31,11 @@ class LayoutManager {
setLayout(this, 'tv', layout);
setLayout(this, 'desktop', layout);
+ if (layout === 'experimental') {
+ const legacyLayoutMode = browser.mobile ? 'mobile' : this.defaultLayout || 'desktop';
+ setLayout(this, legacyLayoutMode, legacyLayoutMode);
+ }
+
if (save !== false) {
appSettings.set('layout', layout);
}
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index aa21e8fc1c..a37b1ac621 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -268,6 +268,7 @@
"EveryXHours": "Every {0} hours",
"EveryXMinutes": "Every {0} minutes",
"ExitFullscreen": "Exit full screen",
+ "Experimental": "Experimental",
"ExtractChapterImagesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, resource intensive, and may require several gigabytes of space. It runs when videos are discovered, and also as a nightly scheduled task. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
"ExtraLarge": "Extra Large",
"Extras": "Extras",