Merge pull request #1588 from TomHennen/fix_autodownload

autodownload should be the default
This commit is contained in:
Martin Fietz 2016-01-23 00:25:20 +01:00
commit eb02da8a00

View File

@ -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