mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-01 03:06:48 +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;
|
this.read = read;
|
||||||
if (media != null) {
|
if (media != null) {
|
||||||
media.setPosition(0);
|
media.setPosition(0);
|
||||||
if (read) {
|
|
||||||
media.setPlaybackCompletionDate(new Date());
|
|
||||||
} else {
|
|
||||||
media.setPlaybackCompletionDate(null);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user