aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models/LiveTvDtos/ChannelMappingOptionsDto.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-06-22 00:39:32 +0200
committerBond_009 <bond.009@outlook.com>2023-06-22 00:39:32 +0200
commitb84eedd0b9c0df9fc3f0ca4a9a295dd42b72a25b (patch)
tree91a143677562408184b23f1dd2314802b572b403 /Jellyfin.Api/Models/LiveTvDtos/ChannelMappingOptionsDto.cs
parentd14b1a160075132ef23e9dc8d46655b51a6c01ff (diff)
Update stylecop.analyzers to v1.2.0-beta.507
Diffstat (limited to 'Jellyfin.Api/Models/LiveTvDtos/ChannelMappingOptionsDto.cs')
-rw-r--r--Jellyfin.Api/Models/LiveTvDtos/ChannelMappingOptionsDto.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Api/Models/LiveTvDtos/ChannelMappingOptionsDto.cs b/Jellyfin.Api/Models/LiveTvDtos/ChannelMappingOptionsDto.cs
index 75222ed01..cbc3548b1 100644
--- a/Jellyfin.Api/Models/LiveTvDtos/ChannelMappingOptionsDto.cs
+++ b/Jellyfin.Api/Models/LiveTvDtos/ChannelMappingOptionsDto.cs
@@ -13,12 +13,12 @@ public class ChannelMappingOptionsDto
/// <summary>
/// Gets or sets list of tuner channels.
/// </summary>
- required public IReadOnlyList<TunerChannelMapping> TunerChannels { get; set; }
+ public required IReadOnlyList<TunerChannelMapping> TunerChannels { get; set; }
/// <summary>
/// Gets or sets list of provider channels.
/// </summary>
- required public IReadOnlyList<NameIdPair> ProviderChannels { get; set; }
+ public required IReadOnlyList<NameIdPair> ProviderChannels { get; set; }
/// <summary>
/// Gets or sets list of mappings.