fixes #2891 - New Season ... popups repeatedly

This commit is contained in:
Luke Pulverenti 2017-09-20 02:29:38 -04:00
parent 467f440501
commit 9d69352fcf

View File

@ -4410,7 +4410,7 @@ namespace Emby.Server.Implementations.Data
index++; index++;
} }
whereClauses.Add(string.Join(" OR ", includeIds.ToArray())); whereClauses.Add("(" + string.Join(" OR ", includeIds.ToArray()) + ")");
} }
if (query.ExcludeItemIds.Length > 0) if (query.ExcludeItemIds.Length > 0)
{ {