We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8e3238 + 7f8f085 commit cd4eddfCopy full SHA for cd4eddf
1 file changed
SpotifyAPI/Local/Models/Track.cs
@@ -28,7 +28,7 @@ public class Track
28
/// <returns>A String, which is the URL to the Albumart</returns>
29
public String GetAlbumArtUrl(AlbumArtSize size)
30
{
31
- if (AlbumResource.Uri == null || AlbumResource.Uri.Contains("local"))
+ if (AlbumResource.Uri == null || AlbumResource.Uri.Contains("local") || AlbumResource.Uri.Contains("spotify:album:0000000000000000000000"))
32
return "";
33
34
int albumsize = 0;
0 commit comments