Skip to content

Commit

Permalink
Merge pull request #23644 from ivanllc/rec_timer_padding
Browse files Browse the repository at this point in the history
[PVR][Settings] Recording timer padding
  • Loading branch information
ksooo committed Aug 24, 2023
2 parents 0fb3076 + 2a2a00b commit 76cea55
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 76cea55

Please sign in to comment.