Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#8908 closed defect (fixed)
Moved bits in the programflags field have not been updated in Mythweb
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | Plugin - MythWeb | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In changeset 24694 some of the bit positions of flags in the ProgramInfo field were shifted around.
Mythweb contains it's own mapping of these bit positions which caused some of the fields to be interpreted incorrectly when viewing program information through mythweb.
The attached patch mirrors the current flag mappings from programtypes.h
Attachments (1)
Change History (7)
by , 16 years ago
| Attachment: | fix_watched.patch added |
|---|
comment:1 by , 16 years ago
| Status: | new → assigned |
|---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
I'm a little surprised that these changed, especially since there was no database update fixing the programflags for existing recordings.
comment:4 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Owner: | changed from to |
comment:5 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

We should probably add a comment in the c++ code as well to make sure these stay in sync.