diff --git a/CouchLog/Components/Pages/PrivateList.razor b/CouchLog/Components/Pages/PrivateList.razor index 23e1433..bd5bc47 100644 --- a/CouchLog/Components/Pages/PrivateList.razor +++ b/CouchLog/Components/Pages/PrivateList.razor @@ -198,6 +198,7 @@ if(int.TryParse(newSeasonValue?.ToString(), out int newSeason)) { entity.Season = newSeason; + entity.Episode = 1; await CouchLogDB.SaveChangesAsync(); }