GNOME Bugzilla – Bug 764198
_validate_next_track should skip https urls
Last modified: 2016-04-21 10:50:16 UTC
Created attachment 324759 [details] [review] Patch that fixes url validation logic Function _validate_next_track in Player class should skip remote tracks with https schema as well, now only http one is checked. In attachments I added patch that fixes this bug. In addition I removed unnecessary assignment to status variable.
Review of attachment 324759 [details] [review]: makes sense.
pushed as 70dc7ca - player: _validate_next_track should skip https urls Thanks for your patch!