stop tag also clears playlist

This commit is contained in:
Marvin Steadfast 2021-04-14 11:40:15 +02:00
parent 0ec6899a4c
commit a5512518ab

View File

@ -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
}