forked from Fascinated/Bat
spotify is v silly!
This commit is contained in:
@ -86,8 +86,7 @@ public class SpotifyService {
|
||||
try {
|
||||
return getSpotifyApi(user).getUsersCurrentlyPlayingTrack().build().execute();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return null;
|
||||
throw new RuntimeException("Failed to get currently playing track", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user