jellyfin/Emby.Server.Implementations/Library/Resolvers
2023-06-28 17:07:57 +02:00
..
Audio Fix cases where multiple files are resolved as a single book 2023-03-06 23:27:21 -05:00
Books Replace != null with is not null 2022-12-05 15:01:13 +01:00
Movies Use RegexGenerator where possible 2023-06-28 17:07:57 +02:00
TV Merge pull request #8203 from Shadowghost/nfo-season-names 2023-06-10 07:27:54 -06:00
BaseVideoResolver.cs Remove redundant 'else' keywords 2023-04-06 19:38:34 +02:00
ExtraResolver.cs Clean Extra Names 2023-03-09 17:44:12 -06:00
FolderResolver.cs
GenericFolderResolver.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
GenericVideoResolver.cs Inject IDirectoryService where needed instead of passing it through ItemResolveArgs 2023-03-06 23:00:55 -05:00
PhotoAlbumResolver.cs
PhotoResolver.cs Inject IDirectoryService where needed instead of passing it through ItemResolveArgs 2023-03-06 23:00:55 -05:00
PlaylistResolver.cs Fix access to playlists not created by a user (#9746) 2023-05-12 07:11:59 -06:00
SpecialFolderResolver.cs