+
@if (_movie.MediaItemState == MediaItemState.FileNotFound)
{
@@ -47,7 +47,7 @@
}
}
-
+
@_movie?.Title
diff --git a/ErsatzTV/Pages/TelevisionEpisodeList.razor b/ErsatzTV/Pages/TelevisionEpisodeList.razor
index d59653e43..94eff53ba 100644
--- a/ErsatzTV/Pages/TelevisionEpisodeList.razor
+++ b/ErsatzTV/Pages/TelevisionEpisodeList.razor
@@ -27,13 +27,13 @@
}
}
-
+
@if (!string.IsNullOrWhiteSpace(_season?.Poster))
{
-
+
}
-
+
diff --git a/ErsatzTV/Pages/TelevisionSeasonList.razor b/ErsatzTV/Pages/TelevisionSeasonList.razor
index 98668aca5..f3acc524e 100644
--- a/ErsatzTV/Pages/TelevisionSeasonList.razor
+++ b/ErsatzTV/Pages/TelevisionSeasonList.razor
@@ -26,10 +26,10 @@
}
}
-
+
-
-
+
+
@_show?.Title
diff --git a/ErsatzTV/Pages/_Host.cshtml b/ErsatzTV/Pages/_Host.cshtml
index e6ca5b2c4..d601bb0b7 100644
--- a/ErsatzTV/Pages/_Host.cshtml
+++ b/ErsatzTV/Pages/_Host.cshtml
@@ -19,7 +19,7 @@
-
+
diff --git a/ErsatzTV/Shared/MainLayout.razor b/ErsatzTV/Shared/MainLayout.razor
index ff4ab8e78..a008cba60 100644
--- a/ErsatzTV/Shared/MainLayout.razor
+++ b/ErsatzTV/Shared/MainLayout.razor
@@ -1,5 +1,6 @@
@inherits LayoutComponentBase
@using System.Reflection
+@using ErsatzTV.Application.Configuration
@using ErsatzTV.Application.Search
@using ErsatzTV.Core.Health
@using ErsatzTV.Core.Interfaces.Search
@@ -13,12 +14,12 @@
@inject ICourier Courier
@inject IHealthCheckService HealthCheckService;
-
+
- _isOpen = false)" Class="d-flex d-flex-column" Style="height: 100vh">
+ _isOpen = false)" Class="@(_isDarkMode ? "d-flex d-flex-column ersatztv-dark" : "d-flex d-flex-column ersatztv-light")" Style="height: 100vh">