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