Files
annotations/Web/Azaion.Web/Azaion.Repository/Constants.cs
T
Oleksandr Bezdieniezhnykh 7807f5bc90 add quartz for jobs
configure auto-scan folder and create hls files job WIP
2024-07-26 14:11:29 +03:00

7 lines
139 B
C#

namespace Azaion.Repository;
public class Constants
{
public const string M3_U8_EXT = "m3u8";
public const string TS_EXT = "ts";
}