mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
update translations
This commit is contained in:
@@ -932,7 +932,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
|
||||
if (hasAlbumArtist != null)
|
||||
{
|
||||
dto.AlbumArtist = hasAlbumArtist.AlbumArtist;
|
||||
dto.AlbumArtist = hasAlbumArtist.AlbumArtists.FirstOrDefault();
|
||||
}
|
||||
|
||||
// Add video info
|
||||
|
||||
Reference in New Issue
Block a user