diff --git a/backend/Models/MoonfinSettingsProfile.cs b/backend/Models/MoonfinSettingsProfile.cs
index 326bb85..0779f1b 100644
--- a/backend/Models/MoonfinSettingsProfile.cs
+++ b/backend/Models/MoonfinSettingsProfile.cs
@@ -204,6 +204,9 @@ public class MoonfinSettingsProfile
[JsonPropertyName("displayGenresRows")]
public bool? DisplayGenresRows { get; set; }
+ [JsonPropertyName("displaySeerrRows")]
+ public bool? DisplaySeerrRows { get; set; }
+
[JsonPropertyName("favoritesRowSortBy")]
public string? FavoritesRowSortBy { get; set; }
diff --git a/backend/Pages/configPage.html b/backend/Pages/configPage.html
index 8f090d6..fd4deed 100644
--- a/backend/Pages/configPage.html
+++ b/backend/Pages/configPage.html
@@ -422,6 +422,14 @@
Home Screen<
+
+
+
+