2
0
Эх сурвалжийг харах

fixes #2891 - New Season ... popups repeatedly

Luke Pulverenti 7 жил өмнө
parent
commit
9d69352fcf

+ 1 - 1
Emby.Server.Implementations/Data/SqliteItemRepository.cs

@@ -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)
             {