Skip to content

Commit

Permalink
Fixes #47
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalec committed Jan 19, 2022
1 parent ab60efa commit ca52e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deemon/cmd/refresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def run(self, artists: list = None, playlists: list = None):
if self.api.account_type == "free" and config.bitrate() != "128":
notification = notifier.Notify()
notification.expired_arl()
return logger.error(" [X] Deezer account only allows low"
return logger.error(" [X] ARL expired? Deezer account only allows low"
" quality. If you wish to download "
"anyway, set `check_account_status` "
"to False in the config.")
Expand Down

0 comments on commit ca52e8c

Please sign in to comment.