Lyricsfly plugin should include newlines
Bug #531584 reported by
Craig Younkins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exaile |
Fix Released
|
Low
|
Unassigned |
Bug Description
In plugins/
def parse_xml
# Take out the [br]
lyrics = lyrics.
return (lyrics, url)
Perhaps because of Bug #246155, the one line is:
lyrics = lyrics.
Which results in ugliness. It should replace with \n:
lyrics = lyrics.
This bug is still present in latest bzr as of this post (3/3/10).
Changed in exaile: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
should be fixed in trunk/2874