switch back to using HTTP server to stream file to MPV - it doesn't idle after playing FIFO

This commit is contained in:
Drew Weymouth
2025-07-27 17:39:48 -07:00
parent 9844bbf6cb
commit 333b96dd3b
3 changed files with 14 additions and 81 deletions
-1
View File
@@ -119,7 +119,6 @@ func (p *PlaybackManager) addOnTrackChangeHook() {
case <-ctx.Done():
return
default:
log.Println("updating waveform img, job step", job.step)
img := job.Get()
for _, cb := range p.onWaveformImgUpdate {
cb(img)