implement setting a lastfm account for yourself

This commit is contained in:
lyx0 2023-03-04 20:25:45 +00:00
parent c82ae739e5
commit 2168991651

View file

@ -10,6 +10,7 @@ var (
ErrChannelRecordAlreadyExists = errors.New("channel already in database")
ErrEditConflict = errors.New("edit conflict")
ErrCommandRecordAlreadyExists = errors.New("command already exists")
ErrLastFMUserRecordAlreadyExists = errors.New("lastfm connection already set")
ErrUserAlreadyExists = errors.New("user already in database")
)