add temp file with recording conversion

This commit is contained in:
Luke Pulverenti
2016-06-20 18:07:18 -04:00
parent ee6e3b95ca
commit a75f24e8e1
6 changed files with 112 additions and 24 deletions

View File

@@ -1306,7 +1306,7 @@ namespace MediaBrowser.Server.Implementations.Dto
ItemIds = new[] { item.Id.ToString("N") }
});
dto.ArtistItems = artistItems.Items
dto.AlbumArtists = artistItems.Items
.Select(i =>
{
var artist = i.Item1;