mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Fix PreviousIndex behavior
Fixes the invocation of PreviousTrack from PreviousIndex if the track before the current one is data
This commit is contained in:
@@ -296,6 +296,8 @@ namespace RedBookPlayer
|
|||||||
else
|
else
|
||||||
CurrentTrackNumber--;
|
CurrentTrackNumber--;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
CurrentTrackNumber--;
|
||||||
|
|
||||||
LoadTrack(CurrentTrackNumber);
|
LoadTrack(CurrentTrackNumber);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user