MaxFour / Music-Player

Lightweight and Material designed Music Player
GNU General Public License v3.0
283 stars 71 forks source link

track number change when change music on card view #42

Closed madeindjs closed 5 years ago

madeindjs commented 5 years ago

screenshot_20181128-182945

Actual behaviour

Expected behaviour

Steps to reproduce

  1. Go to album and start listen
  2. Go down to tracklist
  3. Click on one track

Environment data

Android version: 8.0

Device model: Hawei P8 9 lite 2017

Stock or customized system:

Music-Player app version: 1.2.1

MaxFour commented 5 years ago

Hi! It's a normal behavior. The song that is currently being played is marked 0. Songs up to 0 are marked -1, -2,...,-n Songs after 0 are marked +1,+2,...,+n

It is a simple arithmetic :wink:

madeindjs commented 5 years ago

OK it's a misunderstanding. I think that it was a track number. Thank you for your answer