diff --git a/ErsatzTV/Pages/TelevisionEpisodeList.razor b/ErsatzTV/Pages/TelevisionEpisodeList.razor
index 846f23b0..92cf4dc6 100644
--- a/ErsatzTV/Pages/TelevisionEpisodeList.razor
+++ b/ErsatzTV/Pages/TelevisionEpisodeList.razor
@@ -78,10 +78,10 @@
{
-
+
-
+
@if (episode.State == MediaItemState.FileNotFound)
{
@@ -333,4 +333,9 @@
return poster.StartsWith("http://") || poster.StartsWith("https://") ? poster : $"artwork/posters/{poster}";
}
+ private static string GetThumbnailUrl(string poster)
+ {
+ return poster.StartsWith("http://") || poster.StartsWith("https://") ? poster : $"artwork/thumbnails/{poster}";
+ }
+
}
\ No newline at end of file
diff --git a/ErsatzTV/Pages/TelevisionSeasonList.razor b/ErsatzTV/Pages/TelevisionSeasonList.razor
index 82719c8c..9d914460 100644
--- a/ErsatzTV/Pages/TelevisionSeasonList.razor
+++ b/ErsatzTV/Pages/TelevisionSeasonList.razor
@@ -29,7 +29,7 @@
-
+
@_show?.Title
@@ -67,7 +67,7 @@
Add To Schedule
-
+