VocaDB-App icon indicating copy to clipboard operation
VocaDB-App copied to clipboard

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

Open up2code opened this issue 4 years ago • 0 comments

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"

https://github.com/VocaDB/VocaDB-App/blob/9d83cbf35ca81b09685246290522a17a9843a9cc/lib/src/services/http_service.dart#L34

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 avatar Jan 14 '21 14:01 up2code