Skip to content

Commit

Permalink
AutoTimers: Populate the series-field with the timers name
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelm committed Sep 5, 2018
1 parent b63e867 commit f1e966e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Timers.cpp
Expand Up @@ -675,6 +675,7 @@ Timers::Error Timers::AddUpdateAutoTimer(const PVR_TIMER &tmr, bool update)
timer.deDup & AutoTimer::DeDup::CHECK_SUBTITLE);
params += "&SearchPhrase=" + URLEncode(timer.searchPhrase)
+ "&Name=" + URLEncode(timer.title)
+ "&Series=" + URLEncode(timer.title)
+ "&RecordingFolder=" + URLEncode(recfolder);

if (timer.priority >= 0 || update)
Expand Down

0 comments on commit f1e966e

Please sign in to comment.