From b62b72738f9407cce5cf5d04012a02605626f2c2 Mon Sep 17 00:00:00 2001 From: Cristian Stoica Date: Tue, 27 Feb 2024 05:06:26 +0200 Subject: [PATCH] Fixed typo. --- YoutubePlaylistDownloader/GlobalConsts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YoutubePlaylistDownloader/GlobalConsts.cs b/YoutubePlaylistDownloader/GlobalConsts.cs index 1f7f744..6bfec51 100644 --- a/YoutubePlaylistDownloader/GlobalConsts.cs +++ b/YoutubePlaylistDownloader/GlobalConsts.cs @@ -46,7 +46,7 @@ public static DownloadSettings DownloadSettings File.WriteAllText(DownloadSettingsFilePath, JsonConvert.SerializeObject(downloadSettings)); } } - }7 + } #endregion