Opened 18 years ago
Closed 18 years ago
#1187 closed patch (fixed)
mythbackend httpstatus can show redundant day-of-week in recording schedule
Reported by: | Robert Tsai <rtsai1111> | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
The mythbackend httpstatus page always includes a day-of-week in the list of the next 10 scheduled recordings. However, "ddd" can also appear in some of the shortDateFormat options (for EPG), resulting in a display like:
Wed Wed 2/1 8:00pm - Encoder 2 - NBC - ...
The attached patch checks for "ddd" in the format string, and only adds it to the schedule output if it's not already in there.
Attachments (1)
Change History (2)
Changed 18 years ago by
Attachment: | mythtv.httpstatus.diff added |
---|
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8853]) Fix duplicate printing of the day of the week on mythbackend's status webpage. Closes #1187 by applying patch by Robert Tsai.