mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
fixes #2891 - New Season ... popups repeatedly
This commit is contained in:
parent
467f440501
commit
9d69352fcf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue