mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
added headroom scrolling
This commit is contained in:
@@ -1550,7 +1550,7 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
|
||||
if (info.PrimaryImageTag == null)
|
||||
{
|
||||
var album = audio.Parents.OfType<MusicAlbum>().FirstOrDefault();
|
||||
var album = audio.AlbumEntity;
|
||||
|
||||
if (album != null && album.HasImage(ImageType.Primary))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user