Fix indentation and build errors

This commit is contained in:
Cody Robibero 2021-10-09 07:16:50 -06:00
parent 3bbd98cc3f
commit a81dfabdb6
2 changed files with 51 additions and 51 deletions

View File

@ -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; }
}
}

View File

@ -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; }