Skip to content

Commit

Permalink
Skip processing empty playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
kalpik authored Dec 3, 2024
1 parent afd90f6 commit d55fbb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convert/spotify_tidal.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func (s *Service) SpotifyToTidal(saveMissingTracks bool, saveTidalPlaylist bool,

if dbPlaylist == "" {
log.Warn().Str("name", spotifyPlaylist.Name).Str("id", spotifyPlaylist.ID.String()).Msgf("playlist is empty, skipping")
continue
}

// get all local database tracks
Expand Down

0 comments on commit d55fbb0

Please sign in to comment.