update inherited tags
This commit is contained in:
parent
cff3df38ee
commit
d1b3342e75
|
@ -1358,11 +1358,6 @@ namespace MediaBrowser.Controller.Entities
|
||||||
list.AddRange(parent.Tags);
|
list.AddRange(parent.Tags);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (var parent in LibraryManager.GetCollectionFolders(this))
|
|
||||||
{
|
|
||||||
list.AddRange(parent.Tags);
|
|
||||||
}
|
|
||||||
|
|
||||||
return list.Distinct(StringComparer.OrdinalIgnoreCase).ToList();
|
return list.Distinct(StringComparer.OrdinalIgnoreCase).ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||||
private IDbCommand _updateInheritedRatingCommand;
|
private IDbCommand _updateInheritedRatingCommand;
|
||||||
private IDbCommand _updateInheritedTagsCommand;
|
private IDbCommand _updateInheritedTagsCommand;
|
||||||
|
|
||||||
private const int LatestSchemaVersion = 61;
|
private const int LatestSchemaVersion = 62;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="SqliteItemRepository"/> class.
|
/// Initializes a new instance of the <see cref="SqliteItemRepository"/> class.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user