mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
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.
|
/// Gets or sets the match type.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonPropertyName("matchType")]
|
[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; }
|
public LogoDto? Logo { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or set a value indicating whether it is commercial free.
|
/// Gets or sets a value indicating whether it is commercial free.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonPropertyName("isCommercialFree")]
|
[JsonPropertyName("isCommercialFree")]
|
||||||
public bool? IsCommercialFree { get; set; }
|
public bool? IsCommercialFree { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user