Get better artist images results

This commit is contained in:
Deluan 2020-10-20 15:31:49 -04:00 committed by Deluan Quintão
parent 40fd5bab34
commit a257891b46
7 changed files with 56 additions and 17 deletions

View file

@ -6,4 +6,5 @@ var (
ErrNotFound = errors.New("data not found")
ErrInvalidAuth = errors.New("invalid authentication")
ErrNotAuthorized = errors.New("not authorized")
ErrNotAvailable = errors.New("functionality not available")
)