Skip to content

Commit

Permalink
#419 Повысить разрешение обложек
Browse files Browse the repository at this point in the history
  • Loading branch information
Fooxboy committed Dec 22, 2024
1 parent 375ade3 commit d41e3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MusicX/Services/Player/PlayerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ private async Task UpdateWindowsData()



if (CurrentTrack.AlbumId?.CoverUrl is not null)
if (CurrentTrack.AlbumId?.BigCoverUrl is not null)
{
player.SystemMediaTransportControls.DisplayUpdater.Thumbnail = RandomAccessStreamReference.CreateFromUri(new Uri(CurrentTrack.AlbumId.CoverUrl));
player.SystemMediaTransportControls.DisplayUpdater.Thumbnail = RandomAccessStreamReference.CreateFromUri(new Uri(CurrentTrack.AlbumId.BigCoverUrl));

}

Expand Down

0 comments on commit d41e3c6

Please sign in to comment.