Opened 21 years ago
Closed 21 years ago
#781 closed defect (fixed)
RebuildSeekTable doesnt
| Reported by: | Mark Spieth | Owned by: | Isaac Richards |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.19 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | rebuild |
| Cc: | Ticket locked: | no |
Description
rebuildseektable deletes the pos map too late. Needs to be done before OpenFile as thats when it gets read. patch attached.
Attachments (1)
Change History (2)
by , 21 years ago
| Attachment: | mythtv_rebuild.patch added |
|---|
comment:1 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [8231]) Fix mythcommflag's rebuildseektable which up until now apparently has only really been buildseektable (minus the "re"). Closes #781, patch by Mark Spieth.