fixes #2891 - New Season ... popups repeatedly

pull/1154/head
Luke Pulverenti 7 years ago
parent 467f440501
commit 9d69352fcf

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

Loading…
Cancel
Save