Skip to content

Commit

Permalink
Leia requires PVR_TIMER_TYPE_SUPPORTS_ANY_CHANNEL to be set in order …
Browse files Browse the repository at this point in the history
…to display 'Any Channel' to the user during timer creation
  • Loading branch information
djp952 committed Jul 27, 2017
1 parent 9ab7f1d commit f57798b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pvr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static const PVR_TIMER_TYPE g_timertypes[] ={

// iAttributes
PVR_TIMER_TYPE_IS_REPEATING | PVR_TIMER_TYPE_SUPPORTS_CHANNELS | PVR_TIMER_TYPE_SUPPORTS_TITLE_EPG_MATCH | PVR_TIMER_TYPE_SUPPORTS_RECORD_ONLY_NEW_EPISODES |
PVR_TIMER_TYPE_SUPPORTS_START_END_MARGIN | PVR_TIMER_TYPE_FORBIDS_EPG_TAG_ON_CREATE,
PVR_TIMER_TYPE_SUPPORTS_START_END_MARGIN | PVR_TIMER_TYPE_FORBIDS_EPG_TAG_ON_CREATE | PVR_TIMER_TYPE_SUPPORTS_ANY_CHANNEL,

// strDescription
"Record Series Rule",
Expand Down

0 comments on commit f57798b

Please sign in to comment.