Fixed AntennaPod auto-cleanup algorithm

This commit is contained in:
daniel oeh 2015-02-01 13:12:13 +01:00
parent cb2dcc7984
commit 1aff5f6365
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class APCleanupAlgorithm implements EpisodeCleanupAlgorithm<Integer> {
@Override
public Integer getDefaultCleanupParameter(Context context) {
return 0;
return getPerformAutoCleanupArgs(context, 0);
}
@Override