Skip to content

Commit

Permalink
Fix getPlayListById
Browse files Browse the repository at this point in the history
  • Loading branch information
daverbk committed Apr 1, 2024
1 parent 1d5b5f2 commit 930cc74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/ypm/service/PlayListService.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public Playlist getPlayListById(String accessToken, String playListId) throws IO
.list(List.of("snippet"))
.setId(List.of(playListId))
.setAccessToken(accessToken)
.setMine(true)
.execute()
.getItems()
.stream()
Expand Down

0 comments on commit 930cc74

Please sign in to comment.