diff options
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/Listings/SchedulesDirectDtos/MetadataDto.cs')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/Listings/SchedulesDirectDtos/MetadataDto.cs | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Emby.Server.Implementations/LiveTv/Listings/SchedulesDirectDtos/MetadataDto.cs b/Emby.Server.Implementations/LiveTv/Listings/SchedulesDirectDtos/MetadataDto.cs deleted file mode 100644 index 40faa493c5..0000000000 --- a/Emby.Server.Implementations/LiveTv/Listings/SchedulesDirectDtos/MetadataDto.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System.Text.Json.Serialization; - -namespace Emby.Server.Implementations.LiveTv.Listings.SchedulesDirectDtos -{ - /// <summary> - /// Metadata dto. - /// </summary> - public class MetadataDto - { - /// <summary> - /// Gets or sets the linup. - /// </summary> - [JsonPropertyName("lineup")] - public string? Lineup { get; set; } - - /// <summary> - /// Gets or sets the modified timestamp. - /// </summary> - [JsonPropertyName("modified")] - public string? Modified { get; set; } - - /// <summary> - /// Gets or sets the transport. - /// </summary> - [JsonPropertyName("transport")] - public string? Transport { get; set; } - } -} |
