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