mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Allow cancelation of user data save
This commit is contained in:
parent
1be6a836fb
commit
ac201a6cdb
1 changed files with 2 additions and 0 deletions
|
|
@ -241,6 +241,8 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
|||
|
||||
cmd.ExecuteNonQuery();
|
||||
}
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
}
|
||||
|
||||
transaction.Commit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue