Skip to content

coregrilo: Use the async version of grl_source_store_metadata

Jean Felder requested to merge wip/jfelder/async-writeback into master

grl_source_store_metadata is used by the Tracker source to update information of a song (for example its play count).

The sync version is used because of an introspection annotation issue. This is fixed since grilo version 0.3.12. The async version can now be used.

See: grilo!53 (merged)

Merge request reports