mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
left align web client content
This commit is contained in:
parent
f031bb744b
commit
c3f2021cad
7 changed files with 93 additions and 15 deletions
|
|
@ -27,7 +27,7 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
|
|||
|
||||
foreach (var boxset in boxsets)
|
||||
{
|
||||
foreach (var child in boxset.GetLinkedChildren().OfType<ISupportsBoxSetGrouping>())
|
||||
foreach (var child in boxset.Children.Concat(boxset.GetLinkedChildren()).OfType<ISupportsBoxSetGrouping>())
|
||||
{
|
||||
var boxsetIdList = child.BoxSetIdList.ToList();
|
||||
if (!boxsetIdList.Contains(boxset.Id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue