mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 23:13:06 +03:00
update inherited tags
This commit is contained in:
@@ -1358,11 +1358,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
list.AddRange(parent.Tags);
|
||||
}
|
||||
|
||||
foreach (var parent in LibraryManager.GetCollectionFolders(this))
|
||||
{
|
||||
list.AddRange(parent.Tags);
|
||||
}
|
||||
|
||||
return list.Distinct(StringComparer.OrdinalIgnoreCase).ToList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user