Skip to content

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

@up2code

Description

@up2code

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions