Opened 17 years ago
Closed 17 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)
by , 17 years ago
| Attachment: | patch-yearnostars.cpp added |
|---|
comment:1 by , 17 years ago
| Component: | MythTV - User Interface Library → MythTV - General |
|---|---|
| Milestone: | unknown → 0.23 |
| Status: | new → accepted |
comment:2 by , 17 years ago
| 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