Skip to content

Commit

Permalink
Added dummy account token
Browse files Browse the repository at this point in the history
  • Loading branch information
itsWindows11 committed Jun 27, 2023
1 parent baf8d65 commit 9aecf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rise Media Player Dev/Helpers/MusixmatchHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private static string GetUserToken(UserToken token)
return userToken;
}

return App.SViewModel.MusixmatchLyricsToken;
return "2306258e8a658a197b52f987c6f83479b4cce70202a27357e58b68";
}

public static async Task<MusixmatchLyrics> GetLyricsAsync(string trackName, string artistName, UserToken token = null)
Expand Down

0 comments on commit 9aecf0c

Please sign in to comment.