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