mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-08 11:16:18 +00:00
removed swallowed exceptions
This commit is contained in:
@@ -148,6 +148,8 @@ namespace MediaBrowser.Server.Implementations.Sqlite
|
||||
{
|
||||
transaction.Rollback();
|
||||
}
|
||||
|
||||
throw;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
@@ -157,6 +159,8 @@ namespace MediaBrowser.Server.Implementations.Sqlite
|
||||
{
|
||||
transaction.Rollback();
|
||||
}
|
||||
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user