aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs
AgeCommit message (Collapse)Author
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.
2022-01-01Remove file extension filter and fix buildcvium
2022-01-01Update Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.csClaus Vium
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
2021-12-28Use dedicated resolvers for extrascvium
2021-12-24Fix resolved type for TrailersJoe Rogers
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-08-28Remove more and more warningsCody Robibero