You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/Emby.Server.Implementations/Library/Resolvers
Shadowghost a8cdf4434b
Fix access to playlists not created by a user (#9746)
2 years ago
..
Audio Fix cases where multiple files are resolved as a single book 2 years ago
Books Replace != null with is not null 2 years ago
Movies Inject IDirectoryService where needed instead of passing it through ItemResolveArgs 2 years ago
TV Inject IDirectoryService where needed instead of passing it through ItemResolveArgs 2 years ago
BaseVideoResolver.cs Remove redundant 'else' keywords 2 years ago
ExtraResolver.cs Clean Extra Names 2 years ago
FolderResolver.cs
GenericFolderResolver.cs Replace == null with is null 2 years ago
GenericVideoResolver.cs Inject IDirectoryService where needed instead of passing it through ItemResolveArgs 2 years ago
PhotoAlbumResolver.cs
PhotoResolver.cs Inject IDirectoryService where needed instead of passing it through ItemResolveArgs 2 years ago
PlaylistResolver.cs Fix access to playlists not created by a user (#9746) 2 years ago
SpecialFolderResolver.cs