Skip to content

Commit

Permalink
Playlist Token Key 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkJongSang committed Oct 30, 2023
1 parent f59d686 commit b0ddcba
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 b0ddcba

Please sign in to comment.