aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Library/EpisodeResolverTest.cs
AgeCommit message (Collapse)Author
2022-12-14Fix debug builds (#8909)Bond-009
2022-02-20Fix #7100 by catching the exception on opening invalid UDF imagesStanislav Ionascu
When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception.
2021-12-24Update StyleCopBond_009
2021-12-07Refactor extras parsingcvium
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-04-22Reduce string allocations/fs lookups in resolve codeBond_009
2021-03-15add unit testscvium