diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-20 18:07:18 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-20 18:07:18 -0400 |
| commit | a75f24e8e15a0ff89da2047f7535047adc8b9f51 (patch) | |
| tree | abd5e74e96e1114e82051e952dc3c831f3dd0f4e /MediaBrowser.Server.Implementations/Dto | |
| parent | ee6e3b95cac02dda450c6b89d0d76d6ad7e55208 (diff) | |
add temp file with recording conversion
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Dto/DtoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs index a4cf90e5b0..f21dd27ff0 100644 --- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs +++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs @@ -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; |
