import m3u playlist in correct order

Hello,
First of all, a big thanks for Kodi and Kore software !
I noticed a bug in Kore : when I ask Kore to play a “m3u” music playlist file, it will import this file in alphabetic order instead of play list order.

For exemple, if m3u file is like this :
02 – Song A
03 – Song B
01 – Song C

Then, Kore will display the playlist as :
01 – Song C
02 – Song A
03 – Song B

This phenomena just happens in Kore itself, not in Kodi. If I use Kodi directly (without using Kore), then the playlist order is the good one.

Is it possible to solve this issue in Kore ?

Thanks a lot !