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
/
TV
/
TVSeriesManager.cs
Age
Commit message (
Expand
)
Author
2025-03-25
Fixed namespaces
JPVenson
2025-03-25
WIP fixed namespaces
JPVenson
2025-03-25
Merge branch 'master' into feature/DatabaseRefactor
JPVenson
2025-03-18
Add fast-path to getting just the SeriesPresentationUniqueKey for NextUp (#13...
Cody Robibero
2025-01-26
Prepared Seperation of Database components for future multi provider support
JPVenson
2024-11-17
Fixed server side distinct filter
JPVenson
2024-09-07
Migrated UserData from library sqlite db to jellyfin.db
JPVenson
2024-08-28
Merge pull request #11665 from Bond-009/getuserbyid
Cody Robibero
2024-08-25
Backport pull request #12414 from jellyfin/release-10.9.z
fredrik-eriksson
2024-08-05
Replace UserId with User in NextUpQuery
Bond_009
2024-06-05
Backport pull request #11956 from jellyfin/release-10.9.z
cptn-x
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-09-06
Add option to include resumable items in next up requests
Bill Thornton
2023-02-15
Enable nullable for more files
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-31
Backport pull request #8662 from jellyfin/release-10.8.z
cvium
2022-10-28
Backport pull request #8501 from jellyfin/release-10.8.z
cvium
2022-09-23
Backport pull request #8348 from jellyfin/release-10.8.z
Claus Vium
2022-08-14
Use guid for seriesId API parameter
Niels van Velzen
2022-03-11
Merge pull request #7346 from Bond-009/guid
Claus Vium
2022-03-02
Use IReadOnlyList for seriesKeys
Bill Thornton
2022-03-01
Include played and unplayed results in the same next up request
Bill Thornton
2022-02-21
Optimize Guid comparisons
Bond_009
2022-02-20
Rewatching next up (#7253)
SenorSmartyPants
2022-01-20
Properly populate QueryResult
Cody Robibero
2021-12-27
Remove more warnings
Cody Robibero
2021-12-24
Update StyleCop
Bond_009
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-09-03
Fix some warnings
Bond_009
2021-05-27
Merge pull request #5828 from jackrvan/issue-5813
Claus Vium
2021-05-25
Review notes to set value to Datetime min value instead of null
Jack
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-05-05
Code Clean up: Use Pattern Matching (#5838)
BaronGreenback
2021-04-16
Some code cleanup. Allow NextUpDateCutoff to be null
Jack
2021-04-15
Add NextUpCutoffDate to NextUpQuery
Jack
2021-03-05
Apply suggested formatting changes
Smith00101010
2021-02-28
Include specials in the calculation for the "Next Up" episode. Fixes #1479
Moshe Schmidt
2021-01-18
Remove commented code
crobibero
2021-01-15
Add query parameter to disable returning first episode as next up
crobibero
2021-01-15
Revert "Don't return first episodes in next up"
crobibero
2020-12-13
Use a more descriptive function name
crobibero
2020-12-11
Use typed UserManager GetPreference
crobibero
2020-12-03
Merge pull request #4633 from crobibero/guid-params
Claus Vium
2020-12-01
Update Emby.Server.Implementations/TV/TVSeriesManager.cs
Claus Vium
2020-12-01
Fix possible nullref
MrTimscampi
2020-12-01
Fix typo
MrTimscampi
2020-12-01
Use Guid as API parameter type where possible
crobibero
2020-12-01
Prevent GetUpNext from returning episodes in progress
MrTimscampi
2020-11-27
Fix suggestion
MrTimscampi
[next]