Code review comment for lp:~pete-woods/unity-scope-soundcloud/native-rewrite

Revision history for this message
Michal Hruby (mhr3) wrote :

923 + artist ? g_variant_get_string(artist, NULL) : "",
924 + album ? g_variant_get_string(artist, NULL) : "",

I suppose the latter should be g_variant_get_string(album, NULL) :)

« Back to merge proposal