mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
removed swallowed exceptions
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user