#2162 bugfix - statistics - inflated actual played duration

This commit is contained in:
orionlee 2019-03-24 13:00:37 -07:00
parent 335d287d5e
commit 0a01f6e00b
1 changed files with 0 additions and 4 deletions

View File

@ -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()) {