Opened 20 years ago
Closed 20 years ago
#765 closed defect (fixed)
mythfilldatabase accesses zap2it even when loading from file
| Reported by: | Mark Spieth | Owned by: | Isaac Richards |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | mythfilldatabase |
| Cc: | Ticket locked: | no |
Description
it appears as though ddprocessor.getNextSuggestedTime(); is run every time even if its not a datadirect update or from a file. patch attached.
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | mythfilldatabase_zap2it.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [8147]) Fix bug in mythfilldatabase calling ddprocessor.getNextSuggestedTime(); even when we're not using a DataDirect source. Patch by Mark Spieth. Closes #765.