index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
LiveTv
/
LiveTvManager.cs
Age
Commit message (
Expand
)
Author
2022-12-19
Use DistinctBy introduced in .NET 6
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-02-21
Optimize Guid comparisons
Bond_009
2022-02-17
Remove some dead code
Bond_009
2022-02-14
Fix some warnings
Bond_009
2022-01-22
Ban the usage of Task.Result
Bond_009
2022-01-20
Properly populate QueryResult
Cody Robibero
2021-12-27
Remove more warnings
Cody Robibero
2021-12-20
Use our own Contains extension
cvium
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-11-09
Fix some warnings
Bond_009
2021-09-03
Fix some warnings
Bond_009
2021-08-28
Remove more and more warnings
Cody Robibero
2021-05-28
Fix some warnings
Bond_009
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-05-05
Code Clean up: Convert to null-coalescing operator ?? (#5845)
BaronGreenback
2021-01-12
Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip
Bond_009
2020-12-07
Make BaseItemDto Guids nullable
crobibero
2020-11-14
Use string.Split(char) where possible instead of string.Split(char[])
Bond_009
2020-11-12
Convert array property to IReadOnlyList
crobibero
2020-10-17
Use nameof where possible
Bond_009
2020-09-28
Fix SA1513, SA1514, SA1507, and SA1508
Matt Montgomery
2020-08-24
Merge branch 'master' into event-rewrite-1
Patrick Barron
2020-08-21
Make some methods async
Bond_009
2020-08-19
Fix warnings
Bond_009
2020-08-13
Move GenericEventArgs to Jellyfin.Data.Events
Patrick Barron
2020-07-22
Use System.Text.Json in LiveTvManager
Patrick Barron
2020-06-16
fix SA1513/SA1516
telans
2020-06-15
fix SA1508
telans
2020-06-15
fix SA1005
telans
2020-06-13
Merge branch 'master' into userdb-efcore
Patrick Barron
2020-06-05
Use typed logger where possible
crobibero
2020-06-04
Merge branch 'master' into userdb-efcore
Patrick Barron
2020-06-03
Merge pull request #3203 from Bond-009/warn18
Vasily
2020-06-03
Merge pull request #2767 from Bond-009/nullable3
Vasily
2020-05-29
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
Bond_009
2020-05-27
Merge branch 'master' into nullable3
Bond_009
2020-05-26
Make SonarCloud less angry
Patrick Barron
2020-05-25
Fix some 'bugs' flagged by sonarcloud
Bond_009
2020-05-20
Remove redundant qualifiers
Patrick Barron
2020-05-12
Initial migration code
Patrick Barron
2020-04-20
Merge remote-tracking branch 'upstream/master' into register-services-correctly
Mark Monteiro
2020-04-11
Fix some warnings
Bond_009
2020-04-05
Enable nullabe reference types for MediaBrowser.Model
Bond_009
2020-04-04
Construct LiveTvDtoService and LiveTvManager correctly
Mark Monteiro
2020-04-04
Register ILiveTvManager and IPlaylistManager correctly
Mark Monteiro
2020-04-01
Address comments
Bond_009
2020-02-06
Fix some warnings in Emby.Server.Implementations
Bond_009
2020-01-10
Merge branch 'master' into embytv
Bond_009
[next]