mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 13:21:19 +00:00
removed swallowed exceptions
This commit is contained in:
parent
969bc00098
commit
110d1e6fbe
5 changed files with 27 additions and 35 deletions
|
|
@ -203,6 +203,8 @@ namespace MediaBrowser.Server.Implementations.Sqlite
|
|||
{
|
||||
transaction.Rollback();
|
||||
}
|
||||
|
||||
throw;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
@ -212,6 +214,8 @@ namespace MediaBrowser.Server.Implementations.Sqlite
|
|||
{
|
||||
transaction.Rollback();
|
||||
}
|
||||
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue