ffmpeg essentials fix Project reorganized git lfs ffmpeg removed ffmpeg added
10 lines
216 B
C#
10 lines
216 B
C#
using Microsoft.Extensions.Configuration;
|
|
namespace VDownload.Sources.Twitch.Configuration.Models{
|
|
|
|
public class Download
|
|
{
|
|
[ConfigurationKeyName("vod")]
|
|
public Vod Vod { get; set; }
|
|
}
|
|
|
|
} |