Skip to content

Commit

Permalink
add 2 minutes padding recording time option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanllc committed Aug 24, 2023
1 parent 7db7157 commit 2a2a00b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xbmc/pvr/settings/PVRSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@ void CPVRSettings::MarginTimeFiller(const SettingConstPtr& /*setting*/,
{
list.clear();

static const int marginTimeValues[] =
{
0, 1, 3, 5, 10, 15, 20, 30, 60, 90, 120, 180 // minutes
static const int marginTimeValues[] = {
0, 1, 2, 3, 5, 10, 15, 20, 30, 60, 90, 120, 180 // minutes
};

for (int iValue : marginTimeValues)
Expand Down

0 comments on commit 2a2a00b

Please sign in to comment.