GME Plugin: fix track numbering

GME starts all track indexes at zero, but subtune prefixes
start at one. This fixes an off-by-one error during track
enumeration.
This commit is contained in:
John Regan
2017-09-26 08:42:53 -05:00
committed by Max Kellermann
parent 828f5f8384
commit ea80587ddb
2 changed files with 3 additions and 2 deletions

1
NEWS
View File

@@ -3,6 +3,7 @@ ver 0.20.11 (not yet released)
- curl: support Content-Type application/xml
* decoder
- ffmpeg: more reliable song duration
- gme: fix track numbering
* fix case insensitive search without libicu
ver 0.20.10 (2017/08/24)