Skip to content

Commit

Permalink
Changing limit for spotify fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
RichtXO committed Mar 28, 2024
1 parent a3d7e4a commit fd5d27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/richtxo/util/spotify/SpotifyFetch.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class SpotifyFetch {

private final SpotifyApi spotify;
private final int LIMIT = 60;
private final int LIMIT = 55;

public SpotifyFetch() {
this.spotify = new SpotifyApi.Builder()
Expand Down

0 comments on commit fd5d27f

Please sign in to comment.