Opened 20 years ago
Closed 20 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)
by , 20 years ago
Attachment: | mythtv.httpstatus.diff added |
---|
comment:1 by , 20 years ago
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.