aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/TV
AgeCommit message (Expand)Author
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2025-03-25Merge branch 'master' into feature/DatabaseRefactorJPVenson
2025-03-18Add fast-path to getting just the SeriesPresentationUniqueKey for NextUp (#13...Cody Robibero
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2024-11-17Fixed server side distinct filterJPVenson
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2024-08-28Merge pull request #11665 from Bond-009/getuserbyidCody Robibero
2024-08-25Backport pull request #12414 from jellyfin/release-10.9.zfredrik-eriksson
2024-08-05Replace UserId with User in NextUpQueryBond_009
2024-06-05Backport pull request #11956 from jellyfin/release-10.9.zcptn-x
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-09-06Add option to include resumable items in next up requestsBill Thornton
2023-02-15Enable nullable for more filesBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-31Backport pull request #8662 from jellyfin/release-10.8.zcvium
2022-10-28Backport pull request #8501 from jellyfin/release-10.8.zcvium
2022-09-23Backport pull request #8348 from jellyfin/release-10.8.zClaus Vium
2022-08-14Use guid for seriesId API parameterNiels van Velzen
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
2022-03-02Use IReadOnlyList for seriesKeysBill Thornton
2022-03-01Include played and unplayed results in the same next up requestBill Thornton
2022-02-21Optimize Guid comparisonsBond_009
2022-02-20Rewatching next up (#7253)SenorSmartyPants
2022-01-20Properly populate QueryResultCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-24Update StyleCopBond_009
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-09-03Fix some warningsBond_009
2021-05-27Merge pull request #5828 from jackrvan/issue-5813Claus Vium
2021-05-25Review notes to set value to Datetime min value instead of nullJack
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
2021-04-16Some code cleanup. Allow NextUpDateCutoff to be nullJack
2021-04-15Add NextUpCutoffDate to NextUpQueryJack
2021-03-05Apply suggested formatting changesSmith00101010
2021-02-28Include specials in the calculation for the "Next Up" episode. Fixes #1479Moshe Schmidt
2021-01-18Remove commented codecrobibero
2021-01-15Add query parameter to disable returning first episode as next upcrobibero
2021-01-15Revert "Don't return first episodes in next up"crobibero
2020-12-13Use a more descriptive function namecrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-03Merge pull request #4633 from crobibero/guid-paramsClaus Vium
2020-12-01Update Emby.Server.Implementations/TV/TVSeriesManager.csClaus Vium
2020-12-01Fix possible nullrefMrTimscampi
2020-12-01Fix typoMrTimscampi
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-12-01Prevent GetUpNext from returning episodes in progressMrTimscampi
2020-11-27Fix suggestionMrTimscampi