Skip to content

Commit

Permalink
Add a dedupeOption field to AddPlaylistAction in EditPlaylistBody
Browse files Browse the repository at this point in the history
This new field defaults to "DEDUPE_OPTION_CHECK".
  • Loading branch information
fast4x committed Feb 4, 2025
1 parent 2ece7eb commit b72b9e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ sealed class Action {
@Serializable
data class AddPlaylistAction(
val action: String = "ACTION_ADD_PLAYLIST",
val addedFullListId: String
val addedFullListId: String,
val dedupeOption: String = "DEDUPE_OPTION_CHECK"
) : Action()

@Serializable
Expand Down

0 comments on commit b72b9e3

Please sign in to comment.