mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Merge branch 'master' of https://github.com/danieladov/jellyfin
This commit is contained in:
commit
8883aa4a37
@ -347,7 +347,6 @@ namespace Emby.Server.Implementations.Collections
|
||||
var alreadyInResults = false;
|
||||
foreach (var child in item.GetMediaSources(true))
|
||||
{
|
||||
|
||||
if (Guid.TryParse(child.Id, out var id) && results.ContainsKey(id))
|
||||
{
|
||||
alreadyInResults = true;
|
||||
@ -357,7 +356,6 @@ namespace Emby.Server.Implementations.Collections
|
||||
|
||||
if (!alreadyInResults)
|
||||
{
|
||||
|
||||
results[item.Id] = item;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user