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