mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-19 12:23:22 +01:00
Merge pull request #1588 from TomHennen/fix_autodownload
autodownload should be the default
This commit is contained in:
commit
eb02da8a00
@ -78,11 +78,11 @@ public class FeedItem extends FeedComponent implements ShownotesProvider, Flattr
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* 0: auto download disabled
|
* 0: auto download disabled
|
||||||
* 1: auto download enabled
|
* 1: auto download enabled (default)
|
||||||
* > 1: auto download enabled, (approx.) timestamp of the last failed attempt
|
* > 1: auto download enabled, (approx.) timestamp of the last failed attempt
|
||||||
* where last digit denotes the number of failed attempts
|
* where last digit denotes the number of failed attempts
|
||||||
*/
|
*/
|
||||||
private long autoDownload = 0;
|
private long autoDownload = 1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Any tags assigned to this item
|
* Any tags assigned to this item
|
||||||
|
Loading…
Reference in New Issue
Block a user