@@ -13,6 +13,7 @@ public class ChannelEditViewModel
|
||||
public string Categories { get; set; }
|
||||
public string Number { get; set; }
|
||||
public int FFmpegProfileId { get; set; }
|
||||
public double? SlugSeconds { get; set; }
|
||||
public ChannelStreamSelectorMode StreamSelectorMode { get; set; }
|
||||
public string StreamSelector { get; set; }
|
||||
public string PreferredAudioLanguageCode { get; set; }
|
||||
@@ -59,6 +60,7 @@ public class ChannelEditViewModel
|
||||
Group,
|
||||
Categories,
|
||||
FFmpegProfileId,
|
||||
SlugSeconds,
|
||||
string.IsNullOrWhiteSpace(ExternalLogoUrl)
|
||||
? Logo
|
||||
: new ArtworkContentTypeModel(ExternalLogoUrl, string.Empty),
|
||||
@@ -90,6 +92,7 @@ public class ChannelEditViewModel
|
||||
Group,
|
||||
Categories,
|
||||
FFmpegProfileId,
|
||||
SlugSeconds,
|
||||
string.IsNullOrWhiteSpace(ExternalLogoUrl)
|
||||
? Logo
|
||||
: new ArtworkContentTypeModel(ExternalLogoUrl, string.Empty),
|
||||
|
||||
Reference in New Issue
Block a user