WofWca / jumpcutter

⏩ Fast-forwards long pauses between sentences — watch lectures ~1.5x faster (browser extension)
https://chrome.google.com/webstore/detail/jump-cutter/lmppdpldfpfdlipofacekcfleacbbncp
GNU Affero General Public License v3.0
356 stars 13 forks source link

feat(local-file-player): when selecting new files, add them to playlist, not replace it #123 #140

Closed hychanbn1009 closed 1 year ago

hychanbn1009 commented 1 year ago
  1. Added Remove button for playlist.
  2. New file can add to play list instead of replace it. (reasons: onInputChange() function redefine the files array. Also, svelte have to use spread operator to reassign variable stackoverflow solution
  3. Fixed file length undefined bug when change file in playlist remove botton   add file to playlist
WofWca commented 1 year ago

Fixed file length undefined bug when change file in playlist

Sorry, what is it? You mean there was a bug before your changes?

WofWca commented 1 year ago

Added a few adjustments from myself, rebased, and merged. Thank you!