This commit is contained in:
Demetria Lovato 2021-06-24 00:21:15 -07:00
parent 0ad44036cb
commit 2f2c26e632
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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)