Skip to content

Commit

Permalink
Merge pull request xbmc#23644 from ivanllc/rec_timer_padding
Browse files Browse the repository at this point in the history
commit cbef731
Merge: 3e6a4d8 c22ff3d
Author: ivanllc <tagccgca@gmail.com>
Date:   Mon Aug 21 19:04:07 2023 +0800

    Merge branch 'xbmc:master' into rec_timer_padding

commit 3e6a4d8
Author: ivanllc <tagccgca@gmail.com>
Date:   Sun Aug 20 20:08:25 2023 +0800

    add 2 minutes padding recording time option.
  • Loading branch information
ivanllc committed Aug 22, 2023
1 parent c22ff3d commit dcaa61c
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 dcaa61c

Please sign in to comment.