digimezzo / dopamine

The audio player that keeps it simple
https://digimezzo.github.io/site/
GNU General Public License v3.0
1.58k stars 110 forks source link

fixes preload bug #728

Open fr-eed opened 1 week ago

fr-eed commented 1 week ago

Now if the next track doesn't exist ( on end of the playlist) an app won't try to preload undefined

error log: [GlobalErrorHandler] [handleError] Handling global error. Error: Cannot read properties of undefined (reading 'path')

Also tested this branch for issue/715 bugs. Everything seem to work fine Media controls work as expected and gapless playback doesn't cause issues on MacOS with wireless headphones.

One minor thing: If song doesn't have an album cover then system will show album cover of previous played song.