mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
feat: add --stop-on-fail flag
This commit is contained in:
@@ -6,6 +6,7 @@ type App struct {
|
||||
SpotifyClient *SpotifyClient
|
||||
ApiInterval int // How many ms to wait between one call to apis and the other
|
||||
NoFallback bool
|
||||
StopOnFail bool
|
||||
}
|
||||
|
||||
func NewApp() App {
|
||||
|
||||
Reference in New Issue
Block a user