aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/LiveTvManager.cs
AgeCommit message (Expand)Author
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-02-21Optimize Guid comparisonsBond_009
2022-02-17Remove some dead codeBond_009
2022-02-14Fix some warningsBond_009
2022-01-22Ban the usage of Task.ResultBond_009
2022-01-20Properly populate QueryResultCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-11-09Fix some warningsBond_009
2021-09-03Fix some warningsBond_009
2021-08-28Remove more and more warningsCody Robibero
2021-05-28Fix some warningsBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-01-12Use JsonSerializer.SerializeToUtf8Bytes when doing a round tripBond_009
2020-12-07Make BaseItemDto Guids nullablecrobibero
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-12Convert array property to IReadOnlyListcrobibero
2020-10-17Use nameof where possibleBond_009
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron
2020-08-21Make some methods asyncBond_009
2020-08-19Fix warningsBond_009
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-07-22Use System.Text.Json in LiveTvManagerPatrick Barron
2020-06-16fix SA1513/SA1516telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
2020-06-03Merge pull request #2767 from Bond-009/nullable3Vasily
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11Fix some warningsBond_009
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-04Construct LiveTvDtoService and LiveTvManager correctlyMark Monteiro
2020-04-04Register ILiveTvManager and IPlaylistManager correctlyMark Monteiro
2020-04-01Address commentsBond_009
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2020-01-10Merge branch 'master' into embytvBond_009