Skip to content

Commit ccbb229

Browse files
committed
Added: Search API : base comment
1 parent 887409a commit ccbb229

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/main/java/Client/SpotifyRestAPI.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,9 +1487,17 @@ public boolean uploadCustomPlaylistImage(SpotifyClient client) throws IOExceptio
14871487

14881488
return response.isSuccessful();
14891489

1490+
}
14901491

1492+
/************************************************************************
14911493
1492-
}
1494+
1495+
1496+
Search API
1497+
1498+
1499+
1500+
*************************************************************************/
14931501

14941502

14951503

0 commit comments

Comments
 (0)