mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-04 05:15:16 -04:00
Add seasons
This commit is contained in:
@@ -480,7 +480,7 @@ namespace Kyoo.Postgresql
|
||||
{
|
||||
try
|
||||
{
|
||||
return await base.SaveChangesAsync(cancellationToken);
|
||||
return await SaveChangesAsync(cancellationToken);
|
||||
}
|
||||
catch (DbUpdateException ex)
|
||||
{
|
||||
@@ -489,6 +489,10 @@ namespace Kyoo.Postgresql
|
||||
throw new DuplicatedItemException(await getExisting());
|
||||
throw;
|
||||
}
|
||||
catch (DuplicatedItemException)
|
||||
{
|
||||
throw new DuplicatedItemException(await getExisting());
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user