Remove unused nextTrackTimer due to lint
It seems that this field is not used elsewhere in the project:
$ ag nextTrackTimer
backend/player/jukebox/jukeboxplayer.go
30: nextTrackTimer *time.Timer
This commit is contained in:
@@ -27,7 +27,6 @@ type JukeboxPlayer struct {
|
|||||||
curTrackDuration float64
|
curTrackDuration float64
|
||||||
startTrackTime float64
|
startTrackTime float64
|
||||||
startedAtUnixMilli int64
|
startedAtUnixMilli int64
|
||||||
nextTrackTimer *time.Timer
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (j *JukeboxPlayer) SetVolume(vol int) error {
|
func (j *JukeboxPlayer) SetVolume(vol int) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user