kierse / mediarover

Automated media download scheduler and catalogue maintainer
GNU General Public License v3.0
12 stars 1 forks source link

series filter skip flag not working #10

Closed kierse closed 15 years ago

kierse commented 15 years ago
kierse commented 15 years ago

http://forums.sabnzbd.org/index.php?topic=2262.msg15584#msg15584

kierse commented 15 years ago

bug fix: fixed broken skip filter. Closed by 36987167c237f326ff95810aa4b5009f9fd556bf

when ConfigObj configspec was introduced, all string boolean values were converted into an actual boolean. Updated skip filter check to look for boolean rather than a string value.