Skip to content

Commit

Permalink
Added 2.0 documentation, fixed playlists icon resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLmao committed Jun 23, 2021
1 parent 93a2b42 commit ef749b3
Show file tree
Hide file tree
Showing 3 changed files with 840 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private void UpdatePlaylistDetailsUI()
_headerParent.gameObject.SetActive(true);
if (_headerImg != null)
{
SpotifyAPI.Web.Image image = S4UUtility.GetLowestResolutionImage(_playlist.Images);
SpotifyAPI.Web.Image image = S4UUtility.GetLowestResolutionImage(_playlist.Images, 300, 300);
StartCoroutine(S4UUtility.LoadImageFromUrl(image?.Url, (loadedSprite) =>
{
_headerImg.sprite = loadedSprite;
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef749b3

Please sign in to comment.