mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 16:46:36 +00:00
Fix minor warnings in Emby.Server.Implementations (#2149)
This commit is contained in:
@@ -93,6 +93,7 @@ namespace Emby.Server.Implementations.Images
|
||||
returnItems.Shuffle();
|
||||
return returnItems;
|
||||
}
|
||||
|
||||
returnItems = items
|
||||
.Where(i => i.HasImage(ImageType.Primary))
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user