diff --git a/.vs/youtube-downloader/v16/.suo b/.vs/youtube-downloader/v16/.suo index e105da3..648ab3f 100644 Binary files a/.vs/youtube-downloader/v16/.suo and b/.vs/youtube-downloader/v16/.suo differ diff --git a/Server/Functions/Downloader.cs b/Server/Functions/Downloader.cs index 348f5d5..7699e24 100644 --- a/Server/Functions/Downloader.cs +++ b/Server/Functions/Downloader.cs @@ -343,7 +343,7 @@ namespace youtube_downloader.Server.Functions { var c = await ytc.Channels.GetByUserAsync(name); SavedChannel c2 = SavedChannel.FromChannel(c, _DownloadThumbnail); - string infpath = GetPath(true, "Channels", c.Id + ".json"); + string infpath = GetPath(true, "Channel", c.Id + ".json"); File.WriteAllText(infpath, JsonConvert.SerializeObject(c2)); var cvids = await ytc.Channels.GetUploadsAsync(c2.Id).ToListAsync(); foreach (var v in cvids)