stop tag also clears playlist
This commit is contained in:
parent
0ec6899a4c
commit
a5512518ab
@ -109,6 +109,10 @@ func Run(cmd *cobra.Command, args []string) {
|
||||
logger.Error().Err(err).Msg("could not stop")
|
||||
}
|
||||
|
||||
if err := m.clear(logger); err != nil {
|
||||
logger.Error().Err(err).Msg("could not clear")
|
||||
}
|
||||
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user