diff --git a/scrobble/lastfm/lastfm.go b/scrobble/lastfm/lastfm.go index 905e8d1..a7f32c7 100644 --- a/scrobble/lastfm/lastfm.go +++ b/scrobble/lastfm/lastfm.go @@ -246,10 +246,6 @@ func (s *Scrobbler) Scrobble(user *db.User, track *db.Track, stamp time.Time, su return fmt.Errorf("get secret: %w", err) } - // fetch user to get lastfm session - if user.LastFMSession == "" { - return fmt.Errorf("you don't have a last.fm session: %w", ErrLastFM) - } params := url.Values{} if submission { params.Add("method", "track.Scrobble")