mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
dlna fixes
This commit is contained in:
@@ -27,5 +27,10 @@ namespace MediaBrowser.Server.Implementations.Collections
|
||||
return !ActualChildren.Any() || base.IsHidden;
|
||||
}
|
||||
}
|
||||
|
||||
public override string CollectionType
|
||||
{
|
||||
get { return Model.Entities.CollectionType.BoxSets; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user