mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
add temp file with recording conversion
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user