InnerTune
InnerTune copied to clipboard
[BUG] Length of long music (like audiobooks, >1 hour long) is shortened in player, though full song plays
Describe the bug
Look at screenshot. You can find audiobooks by going to "Videos" section after searching. The actual length is 6:35:19 but its shown as 6:35 only(Which might get confused as 6 minutes 35 seconds)(though full book plays)

If you look at this screenshot, it shows 0:51 as played out of 6:35. Only 51 seconds out of 6 hour 35 minutes are played, but the placing of those digits makes it look like 51 minutes has been played.
To Reproduce Steps to reproduce the behavior:
- Play any song with length in hours
- See duration on Player
Information:
- Device: Moto E7 Power
- Android version: 10
- Music version: 0.2.1
Additional context I know the app is not good for audiobooks as no player position is saved but just noticed this and reported anyways.
The problem is that the textview's width doesn't change when the length of the text has changed. It's kind of weird. I'm still finding ways to solve it.