mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #352] [MERGED] Add debug_assert for mistake in playlist creation #407
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#407
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/352
Author: @marioortizmanero
Created: 7/27/2022
Status: ✅ Merged
Merged: 7/27/2022
Merged by: @marioortizmanero
Base:
master← Head:create-playlist-assert📝 Commits (1)
604b6b9Add debug_assert for mistake in playlist creation📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
src/clients/oauth.rs(+6 -0)📄 Description
Description
There's a simple invariant we don't check in
playlist_create: we must have that!(collaborative && public).Motivation and Context
See #349
Dependencies
None
Type of change
Please delete options that are not relevant.
How has this been tested?
CI passes
Is this change properly documented?
No need.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
positionparameter forplaylist_add_item#440