Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
albumArtRef not required in albums [closes #311]
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Feb 5, 2015
1 parent 928489c commit a01f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmusicapi/protocol/mobileclient.py
Expand Up @@ -154,7 +154,7 @@
'kind': {'type': 'string'},
'name': {'type': 'string'},
'albumArtist': {'type': 'string'},
'albumArtRef': {'type': 'string'},
'albumArtRef': {'type': 'string', 'required': False},
'albumId': {'type': 'string'},
'artist': {'type': 'string'},
'artistId': {'type': 'array', 'items': {'type': 'string', 'blank': True}},
Expand Down

0 comments on commit a01f042

Please sign in to comment.