mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
made Audio.Artist plural and removed duplicated of artists into the people collection
This commit is contained in:
@@ -427,7 +427,7 @@ namespace MediaBrowser.Controller.Dto
|
||||
{
|
||||
dto.Album = audio.Album;
|
||||
dto.AlbumArtist = audio.AlbumArtist;
|
||||
dto.Artist = audio.Artist;
|
||||
dto.Artists = audio.Artists;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user