mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
added new parent methods
This commit is contained in:
parent
db8e51edb6
commit
cc19ce0daf
48 changed files with 189 additions and 143 deletions
|
|
@ -74,7 +74,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
|
|||
// Go up one level for indicators
|
||||
if (baseItem != null)
|
||||
{
|
||||
var parent = baseItem.Parent;
|
||||
var parent = baseItem.GetParent();
|
||||
|
||||
if (parent != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue