Parsing task bumped when reaching a playlist
A ML scan is displayed in two phases in vlc-android:
- the discover part when only the path is displayed. During this time, the ML counts the parsing tasks that are needed
- the parsing part where a progress is shown (50/100 for example)
When a playlist has to be scanned, a task is created by media of this playlist during the parsing phase, bumping the task total and making the progress go back.
Example: I have 100 medias, one of them is a playlist of 10 000 entries. After the discover phase, the app displays Parsing 1/100
but when the playlist is reached, it's bumped to Parsing 23/10100
.