diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-02-23 14:14:02 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-02-23 14:14:02 +0100 |
| commit | aff0aea60fc52a2253f04749f11bcb02f6e1f67c (patch) | |
| tree | 12a92233384e739ef0e45af50cca52be035f6e44 /Jellyfin.Api/Models | |
| parent | 92e5a5c6e8a81c3d604a943628fcb56f3778b042 (diff) | |
Improve branch coverage
Diffstat (limited to 'Jellyfin.Api/Models')
| -rw-r--r-- | Jellyfin.Api/Models/LiveTvDtos/GetProgramsDto.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/LiveTvDtos/GetProgramsDto.cs b/Jellyfin.Api/Models/LiveTvDtos/GetProgramsDto.cs index 588ce717c..8913180e4 100644 --- a/Jellyfin.Api/Models/LiveTvDtos/GetProgramsDto.cs +++ b/Jellyfin.Api/Models/LiveTvDtos/GetProgramsDto.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; using System.Text.Json.Serialization; using Jellyfin.Data.Enums; using MediaBrowser.Common.Json.Converters; |
