From 444cc3548c35a46800445c375c67735abc713279 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Fri, 19 Feb 2021 06:42:00 -0600 Subject: [PATCH] add placeholder "add to schedule" button --- ErsatzTV/Pages/TelevisionSeasons.razor | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ErsatzTV/Pages/TelevisionSeasons.razor b/ErsatzTV/Pages/TelevisionSeasons.razor index 77fdcf552..18c4201e0 100644 --- a/ErsatzTV/Pages/TelevisionSeasons.razor +++ b/ErsatzTV/Pages/TelevisionSeasons.razor @@ -12,10 +12,15 @@ -
+
@_show.Title @_show.Year - @_show.Plot + @_show.Plot +
+ + Add To Schedule + +