mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
fix music artists not showing in collections
This commit is contained in:
@@ -1266,7 +1266,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
var childOwner = child.IsOwnedItem ? (child.GetOwner() ?? child) : child;
|
||||
|
||||
if (childOwner != null)
|
||||
if (childOwner != null && !(child is IItemByName))
|
||||
{
|
||||
var childLocationType = childOwner.LocationType;
|
||||
if (childLocationType == LocationType.Remote || childLocationType == LocationType.Virtual)
|
||||
|
||||
Reference in New Issue
Block a user