Fix More Live TV Warnings (#10818)

* Fix CA1819 in LiveTvManager

* Call ConfigureAwait in ChannelManager
This commit is contained in:
Patrick Barron
2024-01-06 15:33:58 -05:00
committed by GitHub
parent 55916a09eb
commit 82f93afa22
3 changed files with 27 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ namespace MediaBrowser.Controller.LiveTv
/// <value>The services.</value>
IReadOnlyList<ILiveTvService> Services { get; }
IListingsProvider[] ListingProviders { get; }
IReadOnlyList<IListingsProvider> ListingProviders { get; }
/// <summary>
/// Gets the new timer defaults asynchronous.