#2162 bugfix - statistics - inflated actual played duration
This commit is contained in:
parent
335d287d5e
commit
0a01f6e00b
|
@ -882,10 +882,6 @@ public final class DBReader {
|
|||
continue;
|
||||
}
|
||||
|
||||
// played duration used to be reset when the item is added to the playback history
|
||||
if (media.getPlaybackCompletionDate() != null) {
|
||||
feedPlayedTime += media.getDuration() / 1000;
|
||||
}
|
||||
feedPlayedTime += media.getPlayedDuration() / 1000;
|
||||
|
||||
if (item.isPlayed()) {
|
||||
|
|
Loading…
Reference in New Issue