Merge pull request #844 from mfietz/issue/839-auto-download-queued
Allow auto downloading of queued but played episodes
This commit is contained in:
commit
79ab68d563
|
@ -403,7 +403,6 @@ public class FeedItem extends FeedComponent implements ShownotesProvider, Flattr
|
||||||
return this.hasMedia() &&
|
return this.hasMedia() &&
|
||||||
false == this.getMedia().isPlaying() &&
|
false == this.getMedia().isPlaying() &&
|
||||||
false == this.getMedia().isDownloaded() &&
|
false == this.getMedia().isDownloaded() &&
|
||||||
false == this.isRead() &&
|
|
||||||
this.getAutoDownload();
|
this.getAutoDownload();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue