Skip to content

Fixe

Geoxor requested to merge github/fork/Its-treason/master into master

Created by: Its-treason

  • Ignore casing of file extensions when opening files
    • It was impossible to open files with an all upper case extension e.g. my-track.MP3
  • Implement Looping in Player
    • Looping one song and the whole queue now works
    • Player now goes back to start and pauses when queue has ended and looping is disabled
  • Go to the last song when pressing previous while the first song is playing
    • Before the player would set its CurrentTrack Pointer into a negative number
  • Fix progress bar not updating when seeking 5 secs ahead
    • Player now sends an event when the currentTime is updated, to update the ProgressBar

Merge request reports