mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-30 18:34:50 +01:00
Applied code review suggestions
Co-authored-by: ByteHamster <ByteHamster@users.noreply.github.com>
This commit is contained in:
parent
08edd151f9
commit
3a9e1fc2dd
@ -63,8 +63,6 @@ public class ExceptFavoriteCleanupAlgorithm extends EpisodeCleanupAlgorithm {
|
||||
}
|
||||
|
||||
int counter = delete.size();
|
||||
|
||||
|
||||
Log.i(TAG, String.format(Locale.US,
|
||||
"Auto-delete deleted %d episodes (%d requested)", counter,
|
||||
numberOfEpisodesToDelete));
|
||||
@ -88,6 +86,6 @@ public class ExceptFavoriteCleanupAlgorithm extends EpisodeCleanupAlgorithm {
|
||||
|
||||
@Override
|
||||
public int getDefaultCleanupParameter() {
|
||||
return getNumEpisodesToCleanup(0);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user