Opened 13 years ago
Closed 13 years ago
#4407 closed defect (fixed)
LCD repeat mode hard coded to LCD::MUSIC_REPEAT_ALL
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythmusic | Version: | head |
Severity: | medium | Keywords: | LCD repeat |
Cc: | Ticket locked: | no |
Description
Probably as a leftover from some re-structuring, the repeat mode is hard coded to LCD::MUSIC_REPEAT_ALL. A patch is attached to fix this.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | mmusic.diff added |
---|
comment:1 Changed 13 years ago by
Milestone: | unknown → 0.21 |
---|---|
Owner: | changed from Isaac Richards to paulh |
Status: | new → assigned |
Version: | unknown → head |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [15349]) Fix a problem with the Repeat Mode indication on the LCD always being set to 'Repeat All'.
Broken in [14820] by the looks of it.
Patch by Leo Weppelman. Fixes #4407.