Skip to content

playlists: Fix Tracker criticals

Marinus Schraal requested to merge wip/mschraal/tracker-critical-fixes into master

An ordering issue in _static_playlist_query_cb resulted in critical warnings being emitted. get_string was always called, regardless of a result being available and the async operation being finished. Only call get_string after next_finish returns with a result.

Closes: #251 (closed)

Merge request reports