filename templates added

This commit is contained in:
2024-03-03 23:05:32 +01:00
Unverified
parent 51302abffc
commit 06f40e52ad
16 changed files with 355 additions and 8 deletions

View File

@@ -176,6 +176,7 @@ namespace VDownload.Sources.Twitch
}
TwitchVod vod = new TwitchVod
{
Id = data.Id,
Title = data.Title,
Description = data.Description,
Author = data.UserName,
@@ -201,6 +202,7 @@ namespace VDownload.Sources.Twitch
TwitchClip clip = new TwitchClip
{
Id = data.Id,
Title = data.Title,
Author = data.BroadcasterName,
Creator = data.CreatorName,