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