mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-18 02:22:24 +00:00
Allow cancelation of user data save
This commit is contained in:
@@ -241,6 +241,8 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
|
||||
cmd.ExecuteNonQuery();
|
||||
}
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
}
|
||||
|
||||
transaction.Commit();
|
||||
|
||||
Reference in New Issue
Block a user