From 8c81f14066cefab3fbd381cde35e0a552792d144 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:21:42 +0200 Subject: [PATCH] Formatting --- YoutubeExplode/Playlists/PlaylistController.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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(