Opened 9 years ago
Closed 9 years ago
#8995 closed defect (Fixed)
No "Jobs" menu for in-progress recording
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
When watching a recording in progress, there is no "Jobs" menu under the playback menu. This is because at the beginning of TV::FillOSDMenuJobs(), the Jobs menu is only created when the player context state is kState_WatchingPreRecorded or kState_WatchingLiveTV, but in this case the state is kState_WatchingRecording. It's not clear whether that state should be part of the test, or whether the player context has the wrong state.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed in r27140