Compare commits
2 Commits
d0f91fd0e1
...
8edf749e23
| Author | SHA1 | Date | |
|---|---|---|---|
| 8edf749e23 | |||
| 3cc4fd8240 |
@@ -198,6 +198,7 @@
|
||||
if(int.TryParse(newSeasonValue?.ToString(), out int newSeason))
|
||||
{
|
||||
entity.Season = newSeason;
|
||||
entity.Episode = 1;
|
||||
|
||||
await CouchLogDB.SaveChangesAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user