aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/LiveTvManager.cs
AgeCommit message (Expand)Author
2020-12-13Merge pull request #4730 from crobibero/base-item-dto-guid-nullableClaus Vium
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
2019-12-12Add improved error error for #2141Bond-009
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-12-04Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.csBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-29Fix more warningsBond_009
2019-10-20Don't shuffle some types by defaultBond_009
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-25Simplify/remove/clean codeBond-009
2019-02-12Less string allocationsBond_009
2019-02-02Fix all warningsBond-009
2019-02-02Remove MoreLINQBond_009
2019-02-02Remove unused fieldBond_009
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
2019-01-15Extra formatting on the merged code.Erwin de Haan
2019-01-15Merge branch 'dev' into reformatErwin de Haan