spotify is v silly!

This commit is contained in:
Lee
2024-06-28 04:04:50 +01:00
parent bf554933cc
commit d77c937818
3 changed files with 15 additions and 16 deletions

View File

@ -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);
}
}