diff --git a/YoutubeExplode/Playlists/PlaylistController.cs b/YoutubeExplode/Playlists/PlaylistController.cs index f94adbdb..d3208587 100644 --- a/YoutubeExplode/Playlists/PlaylistController.cs +++ b/YoutubeExplode/Playlists/PlaylistController.cs @@ -107,7 +107,11 @@ await response.Content.ReadAsStringAsync(cancellationToken) // Some system playlists are unavailable through this endpoint until their page is opened by // at least one user. If this is the first request, and we haven't retried yet, attempt to // warm up the playlist by opening its page, and then retry. - if (index <= 0 && string.IsNullOrWhiteSpace(visitorData) && retriesRemaining >= retriesCount) + if ( + index <= 0 + && string.IsNullOrWhiteSpace(visitorData) + && retriesRemaining >= retriesCount + ) { using ( await http.GetAsync(