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 20, 2023
1 parent 7db7157 commit 3e6a4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/pvr/settings/PVRSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void CPVRSettings::MarginTimeFiller(const SettingConstPtr& /*setting*/,

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

for (int iValue : marginTimeValues)
Expand Down

0 comments on commit 3e6a4d8

Please sign in to comment.