Skip to content

Commit

Permalink
Playlist Token Key 값 수정 (#1102)
Browse files Browse the repository at this point in the history
### Summary
- #1101 Revert건 반영사항
  • Loading branch information
ParkJongSang authored Oct 30, 2023
1 parent f59d686 commit 967cd1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public final class AudioPlayerAgent: AudioPlayerAgentProtocol {
}

if let playlist = self.currentPlaylist {
payload["playlist"] = playlist.token
payload["playlistToken"] = playlist.token
payload["playlistVisible"] = self.currentPlaylist != nil
}

Expand Down

0 comments on commit 967cd1e

Please sign in to comment.