After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 701367 - URL of song is "none" when a GStreamer error occurs
URL of song is "none" when a GStreamer error occurs
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2013-05-31 15:01 UTC by Arnel Borja
Modified: 2013-05-31 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.06 KB, patch)
2013-05-31 15:19 UTC, Arnel Borja
committed Details | Review
Properly get the url of the current track on error (1.11 KB, patch)
2013-05-31 15:59 UTC, Vadim Rutkovsky
committed Details | Review

Description Arnel Borja 2013-05-31 15:01:48 UTC
Please see patch for explanation.
Comment 1 Arnel Borja 2013-05-31 15:19:09 UTC
Created attachment 245750 [details] [review]
Patch
Comment 2 Vadim Rutkovsky 2013-05-31 15:59:03 UTC
Thanks, pushed to master
The following fix has been pushed:
9433ab5 Properly get the url of the current track on error
Comment 3 Vadim Rutkovsky 2013-05-31 15:59:10 UTC
Created attachment 245755 [details] [review]
Properly get the url of the current track on error

Playlists are now models, so we should use playlist.get_value to get the
media object instead of accessing them like arrays.