Skip to content
New issue

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

Favorite song list/Song detail not updated when user tap like button in song detail #114

Open
up2code opened this issue Jan 14, 2021 · 0 comments
Assignees
Labels

Comments

@up2code
Copy link
Member

up2code commented Jan 14, 2021

I forgot to remove this line. It's cached on every http get request for 5 minitues. It's work well for most url but except something that user can update from app such as "Like song", "Follow aritst" and "Collect album"

await _dio.get(url, options: buildCacheOptions(Duration(minutes: 5)));

Solution
Maybe remove this line and implement own caching service or cache only specific url pattern.

App verion

  • VocaDB 3.0.1-beta.1
@up2code up2code added the bug label Jan 14, 2021
@up2code up2code self-assigned this Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant