Opened 11 years ago
Closed 11 years ago
#7992 closed patch (fixed)
%YEARSTARS% should return year even without stars
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.23 |
Component: | MythTV - General | Version: | 0.22-fixes |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
The %YEARSTARS% variable returns a null string if there is no stars data for a film. The attached patch (against 0.22-fixes) corrects this so that a valid year will still be returned, at least.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | patch-yearnostars.cpp added |
---|
comment:1 Changed 11 years ago by
Component: | MythTV - User Interface Library → MythTV - General |
---|---|
Milestone: | unknown → 0.23 |
Status: | new → accepted |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
(In [23370]) Account for year or stars not being available when generating the yearstars string in ProgramInfo?. Fixes #7992