Доработа отображение артистов трека

This commit is contained in:
FrigaT
2026-04-16 18:57:02 +03:00
parent 280c164626
commit dec6bc4dd1
3 changed files with 2 additions and 3 deletions

View File

@@ -281,7 +281,6 @@ public class YandexMusicService
}).ToList();
result.Tracks = artist.PopularTracks.Select(t => new YandexTrack
{
TrackId = t.Id,