mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
Apply review suggestions
This commit is contained in:
@@ -158,7 +158,7 @@ public class UserController : BaseJellyfinApiController
|
||||
}
|
||||
|
||||
await _sessionManager.RevokeUserTokens(user.Id, null).ConfigureAwait(false);
|
||||
await _playlistManager.RemovePlaylists(userId).ConfigureAwait(false);
|
||||
await _playlistManager.RemovePlaylistsAsync(userId).ConfigureAwait(false);
|
||||
await _userManager.DeleteUserAsync(userId).ConfigureAwait(false);
|
||||
return NoContent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user