-
Bug
-
Resolution: Unresolved
-
Normal
On Samsung Galaxy A42, Android 12, LB android app v.2.6.1
I listen to a lot of looong tracks, so i noticed that if I listen to a track that is over 6 minutes long, it ends up being submitted as a listen twice.
Examples of this at the top of this page: https://listenbrainz.org/user/mr_monkey/?max_ts=1710490000
I see in the codebase that the default timer value is 6 minutes, confirming my hunch about the time limit.
I reckon the issue is coming from this part of the code, but I don't know how to android so don't take my word for it:
https://github.com/metabrainz/listenbrainz-android/blob/main/app/src/main/java/org/listenbrainz/android/model/PlayingTrack.kt#L81-L85