Comment 10 for bug 688842

Revision history for this message
Mackenan Grassi (mackenan) wrote :

The 'if track.cover == track.location:' line doesn't work because the get_track function strips 'file:///' from track.cover while track.location is left unchanged. As a result, even though Guayadeque may pass the same info for track.cover and track.location those two variables will no longer match by the time the comparison is made.