We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After listening to a lot of songs on Google Music the lyrics fetching starts to fail:
Uncaught Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
I believe there is 2.5 MB limit so perhaps only keeping x number of lyrics in local storage at any one time would be an appropriate solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After listening to a lot of songs on Google Music the lyrics fetching starts to fail:
Uncaught Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
I believe there is 2.5 MB limit so perhaps only keeping x number of lyrics in local storage at any one time would be an appropriate solution.
The text was updated successfully, but these errors were encountered: