aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/LiveTv/RecordingHelperTests.cs
AgeCommit message (Collapse)Author
2024-01-09Move LiveTv tests to separate projectPatrick Barron
2022-05-20Merge pull request #7544 from jaantaponen/long-filename-fixCody Robibero
(cherry picked from commit 8a1eca09138d50c033b100a63e5f51d18e3669bb) Signed-off-by: crobibero <cody@robibe.ro>
2021-11-23Use local time for RecordingHelperTestsianjazz246
2021-10-03Fix warning: Using directive is not required by the code and can be safely ↵KonH
removed (#2149)
2021-09-11Use TheoryData instead of MemberData and ClassDataianjazz246
2021-05-16Add tests for RecordinghelperBond_009