mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 09:06:30 +00:00
7807f5bc90
configure auto-scan folder and create hls files job WIP
8 lines
238 B
C#
8 lines
238 B
C#
namespace Azaion.Repository.DTO.Configs;
|
|
|
|
public class FoldersConfig
|
|
{
|
|
public string VideosFolder { get; set; } = null!;
|
|
public string HlsFolder { get; set; } = null!;
|
|
public string FfmpegExecutable { get; set; } = null!;
|
|
} |