mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
revert servicestack.text update
This commit is contained in:
@@ -1344,7 +1344,7 @@ namespace Emby.Server.Implementations.Channels
|
||||
var hasAlbumArtists = item as IHasAlbumArtist;
|
||||
if (hasAlbumArtists != null)
|
||||
{
|
||||
hasAlbumArtists.AlbumArtists = info.AlbumArtists;
|
||||
hasAlbumArtists.AlbumArtists = info.AlbumArtists.ToArray(info.AlbumArtists.Count);
|
||||
}
|
||||
|
||||
var trailer = item as Trailer;
|
||||
|
||||
Reference in New Issue
Block a user