profgyuri / Listen2MeRefined

My implementation of a music player app supported only on windows.
MIT License
3 stars 0 forks source link

Song is skipped if playback stops due to heavy hardware load #36

Closed profgyuri closed 1 year ago

profgyuri commented 1 year ago

Just add one more clause to the if block where it gets determined if the current stop needs to invoke the loading of the next song. Possibly checking for the elapsed time and current playback time could narrow down the issue.