Skip to content

Commit 2a8abec

Browse files
committed
Update
1 parent a3d9a74 commit 2a8abec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/getRequests/Playlist.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import Client.SpotifyClient;
44
import com.google.gson.Gson;
55

6+
import java.io.IOException;
67
import java.util.HashMap;
78
import java.util.Map;
89

@@ -11,7 +12,7 @@ public class Playlist extends SpotifyClient {
1112
private String name;
1213
private String playlistId;
1314

14-
public Playlist(){
15+
public Playlist() throws IOException {
1516
super();
1617
}
1718

0 commit comments

Comments
 (0)