mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-21 15:10:44 +01:00
fixed album save
This commit is contained in:
@@ -677,11 +677,6 @@ namespace MediaBrowser.Controller.Dto
|
||||
/// <returns>Task.</returns>
|
||||
private async Task AttachStudios(BaseItemDto dto, BaseItem item)
|
||||
{
|
||||
if (item.Studios == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
var studios = item.Studios.ToList();
|
||||
|
||||
dto.Studios = new StudioDto[studios.Count];
|
||||
|
||||
Reference in New Issue
Block a user