Queued episodes that are played can now be auto downloaded

This commit is contained in:
Martin Fietz 2015-05-28 11:57:07 +02:00
parent 12f9d29daa
commit fb9349ead0

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();
}