mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03: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