fixed album save

This commit is contained in:
Luke Pulverenti
2013-07-01 12:00:00 -04:00
parent 08bef57221
commit 673bc9d31b
2 changed files with 2 additions and 6 deletions

View File

@@ -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];