mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
added new parent methods
This commit is contained in:
@@ -59,7 +59,7 @@ namespace MediaBrowser.Server.Implementations.Collections
|
||||
return subItem;
|
||||
}
|
||||
|
||||
var parent = subItem.Parent;
|
||||
var parent = subItem.GetParent();
|
||||
|
||||
if (parent != null && parent.HasImage(ImageType.Primary))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user