Merge pull request #844 from mfietz/issue/839-auto-download-queued

Allow auto downloading of queued but played episodes
This commit is contained in:
Tom Hennen 2015-05-28 17:34:19 -04:00
commit 79ab68d563
1 changed files with 0 additions and 1 deletions

View File

@ -403,7 +403,6 @@ public class FeedItem extends FeedComponent implements ShownotesProvider, Flattr
return this.hasMedia() &&
false == this.getMedia().isPlaying() &&
false == this.getMedia().isDownloaded() &&
false == this.isRead() &&
this.getAutoDownload();
}