We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8debcf3 commit 152b565Copy full SHA for 152b565
src/client/client.go
@@ -145,6 +145,8 @@ func (c *Client) CreatePlaylist(tracks []*models.Track) error {
145
}
146
slog.Info("Refreshing library...", "system", c.System)
147
if !c.API.CheckRefreshState() {
148
+ slog.Debug("could not check library refresh state, either the client doesn't support it or threw an error")
149
+ slog.Debug("falling back on SLEEP env variable")
150
time.Sleep(time.Duration(c.Cfg.Sleep) * time.Minute)
151
152
0 commit comments