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
2024-01-09
Move LiveTv to separate project
Patrick Barron
2024-01-06
Fix More Live TV Warnings (#10818)
Patrick Barron
2024-01-06
Remove some unused client capabilities and sync code (#10812)
Niels van Velzen
2023-12-18
Merge pull request #10682 from barronpm/livetv-warnings
Bond-009
2023-12-08
Convert CollectionType to use lowercase enum names
Cody Robibero
2023-12-05
Use implementation types in LiveTv
Patrick Barron
2023-11-09
Convert ItemSortBy to enum (#9765)
Cody Robibero
2023-03-14
Reduce usage of GetAwaiter().GetResult()
Bond_009
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
[next]