Skip to content

Commit

Permalink
Add note to error screen about playback error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigellute committed Oct 5, 2019
1 parent 61069de commit 8068b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/mod.rs
Expand Up @@ -581,7 +581,7 @@ where
Text::raw("Api response: "),
Text::styled(&app.api_error, Style::default().fg(Color::LightRed)),
Text::styled(
"\nIf you are trying to play a track, make sure the official spotify app is open",
"\nIf you are trying to play a track, make sure the official spotify app is open.\nIn addition, you must have a Spotify Premium account to control playback.",
Style::default().fg(Color::White),
),
Text::styled(
Expand Down

0 comments on commit 8068b15

Please sign in to comment.