gmusicapi-wrapper
gmusicapi-wrapper copied to clipboard
Avoid exception when re.match() doesn't find a match
In that case, split_field
is None, and split_field.group()
raises an exception.