-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
For those getting the "gmusic:search2(), parsing failed" parsing error I recommend changing some lines.
Change app.js line 219 code for:
var gmusicId = gmusicMatch[0];
var gmusicNormalisedArtist = gmusicMatch[3];
var gmusicNormalisedAlbum = gmusicMatch[4];
var gmusicNormalisedAlbumArtist = gmusicMatch[3];
var gmusicNormalisedTitle = gmusicMatch[1];
For me those are the correct values in the array.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels