mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
restore missing file
This commit is contained in:
@@ -205,7 +205,7 @@ namespace MediaBrowser.Controller.Entities.Movies
|
||||
|
||||
if (base.IsVisible(user))
|
||||
{
|
||||
return GetChildren(user, true).Any();
|
||||
return base.GetChildren(user, true).Any();
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user