some simplification of PlaybackManager

This commit is contained in:
Drew Weymouth
2023-12-21 20:18:53 -08:00
parent 1e466e4cdf
commit 4c3d638aed
3 changed files with 41 additions and 77 deletions
-1
View File
@@ -17,7 +17,6 @@ type BasePlayer interface {
PlayTrackAt(idx int) error
Continue() error
Pause() error
PlayPause() error
Stop() error
SeekPrevious() error
SeekNext() error