mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
update translations
This commit is contained in:
@@ -417,7 +417,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
ParentId = (parent == null ? null : parent.Id.ToString("N")),
|
||||
GroupItems = true
|
||||
|
||||
}).Select(i => i.Item1);
|
||||
}).Select(i => i.Item1 ?? i.Item2.FirstOrDefault()).Where(i => i != null);
|
||||
|
||||
query.SortBy = new string[] { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user