diff options
Diffstat (limited to '')
-rw-r--r-- | src/DespotifyUtils.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DespotifyUtils.hxx b/src/DespotifyUtils.hxx index c0d4af47c..c8d90afa4 100644 --- a/src/DespotifyUtils.hxx +++ b/src/DespotifyUtils.hxx @@ -42,10 +42,10 @@ struct despotify_session *mpd_despotify_get_session(void); * * @param track the track to convert * - * @return a pointer to the filled in tags structure + * @return filled in #Tag structure */ -Tag * -mpd_despotify_tag_from_track(struct ds_track *track); +Tag +mpd_despotify_tag_from_track(const ds_track &track); /** * Register a despotify callback. |