mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-31 19:04:52 +01:00
Don't change playback completion date
Don't change the playback completion date when marking an episode as "read" or "unread"
This commit is contained in:
parent
3fa2d2a6c5
commit
ea52a12ba3
@ -132,11 +132,6 @@ public class FeedItem extends FeedComponent {
|
||||
this.read = read;
|
||||
if (media != null) {
|
||||
media.setPosition(0);
|
||||
if (read) {
|
||||
media.setPlaybackCompletionDate(new Date());
|
||||
} else {
|
||||
media.setPlaybackCompletionDate(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user