Opened 16 years ago

Closed 15 years ago

#7586 closed defect (fixed)

Mythtv refers to non-existant database table "favorites"

Reported by: amb@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: MythTV - General Version: 0.22
Severity: medium Keywords: favorites
Cc: Ticket locked: no

Description

Mythtv refers to non-existant database table "favorites"

mythtv/programs/mythfrontend/customedit.cpp

315 | rule.title = tr("Only on channels marked as favorites");

316 | rule.subtitle = ", favorites";

317 | rule.description = "program.chanid = favorites.chanid ";

318 | new MythUIButtonListItem(m_clauseList, rule.title,

319 | qVariantFromValue(rule));

Change History (1)

comment:1 Changed 15 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [23391]) Remove custom edit sample recording rule referencing the non-existent favorites table.

Fixes #7586.

Note: See TracTickets for help on using tickets.