mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 18:10:54 +01:00
fixed people images being occasionally incorrect
This commit is contained in:
@@ -293,7 +293,7 @@ namespace MediaBrowser.Api.Images
|
||||
|
||||
if (string.IsNullOrEmpty(imagePath))
|
||||
{
|
||||
throw new ResourceNotFoundException();
|
||||
throw new ResourceNotFoundException(string.Format("{0} does not have an image of type {1}", item.Name, request.Type));
|
||||
}
|
||||
|
||||
// See if we can avoid a file system lookup by looking for the file in ResolveArgs
|
||||
|
||||
Reference in New Issue
Block a user