mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 16:33:07 +00:00
@@ -347,7 +347,6 @@ namespace Emby.Server.Implementations.Collections
|
||||
var alreadyInResults = false;
|
||||
foreach (var child in item.GetMediaSources(true))
|
||||
{
|
||||
|
||||
if (results.ContainsKey(Guid.Parse(child.Id)))
|
||||
{
|
||||
alreadyInResults = true;
|
||||
|
||||
Reference in New Issue
Block a user