add channel slugs (#2823)

* add channel slugs

* safety
This commit is contained in:
Jason Dove
2026-02-14 19:57:35 -06:00
committed by GitHub
parent 3dbde17f68
commit c6d538e012
25 changed files with 14202 additions and 12 deletions
+1
View File
@@ -17,6 +17,7 @@ public class Channel
public string Categories { get; set; }
public int FFmpegProfileId { get; set; }
public FFmpegProfile FFmpegProfile { get; set; }
public double? SlugSeconds { get; set; }
public int? WatermarkId { get; set; }
public ChannelWatermark Watermark { get; set; }
public int? FallbackFillerId { get; set; }