Skip to content

Commit

Permalink
AutoTimers: Change deduplication default
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelm committed Jun 14, 2018
1 parent f01e52c commit 600ae4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Timers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ void Timers::GetTimerTypes(std::vector<PVR_TIMER_TYPE> &types)
PVR_TIMER_TYPE_SUPPORTS_RECORD_ONLY_NEW_EPISODES,
"", /* Let Kodi generate the description */
priorityValues, groupValues, deDupValues));
types.back().iPreventDuplicateEpisodesDefault =
AutoTimer::DeDup::CHECK_TITLE_SUBTITLE;

/* One-shot created by epg auto search */
types.emplace_back(TimerType(
Expand Down

0 comments on commit 600ae4b

Please sign in to comment.