Merge pull request #3066 from orionlee/bugfix_statistics_played_duration_inflated_2162
bugfix - statistics - inflated actual played duration
This commit is contained in:
commit
42cbdbd989
|
@ -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