Merge remote-tracking branch 'upstream/release-10.8.z' into getitems-outofrange

This commit is contained in:
Luke F
2022-08-18 00:14:01 +01:00
48 changed files with 248 additions and 134 deletions

View File

@@ -261,7 +261,7 @@ namespace MediaBrowser.Controller.Entities.TV
DtoOptions = options
};
if (!user.DisplayMissingEpisodes)
if (user == null || !user.DisplayMissingEpisodes)
{
query.IsMissing = false;
}