Fix indentation and build errors
This commit is contained in:
parent
3bbd98cc3f
commit
a81dfabdb6
|
@ -53,6 +53,6 @@ namespace Emby.Server.Implementations.LiveTv.Listings.SchedulesDirectDtos
|
|||
/// Gets or sets the match type.
|
||||
/// </summary>
|
||||
[JsonPropertyName("matchType")]
|
||||
public string? MatchType { get;set; }
|
||||
public string? MatchType { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@ namespace Emby.Server.Implementations.LiveTv.Listings.SchedulesDirectDtos
|
|||
public LogoDto? Logo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or set a value indicating whether it is commercial free.
|
||||
/// Gets or sets a value indicating whether it is commercial free.
|
||||
/// </summary>
|
||||
[JsonPropertyName("isCommercialFree")]
|
||||
public bool? IsCommercialFree { get; set; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user