mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:46:30 +00:00
7807f5bc90
configure auto-scan folder and create hls files job WIP
7 lines
139 B
C#
7 lines
139 B
C#
namespace Azaion.Repository;
|
|
|
|
public class Constants
|
|
{
|
|
public const string M3_U8_EXT = "m3u8";
|
|
public const string TS_EXT = "ts";
|
|
} |