Catch duplicate playlist name #197
Loading…
Reference in New Issue
Block a user
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?
IntegrityError: (MySQLdb.IntegrityError) (1062, "Duplicate entry 'asdf' for key 'name'")
[SQL: INSERT INTO playlists (name, last_used, tab, is_template, deleted) VALUES (%s, %s, %s, %s, %s)]
[parameters: ('asdf', None, None, 0, 0)]
(Background on this error at: https://sqlalche.me/e/20/gkpj)