Fixed playlist sync failing when duplicate groups found:
SQLSTATE[21000]: Cardinality violation: 7 ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values. (Connection: pgsql, SQL: insert into "source_groups" ("created_at", "name", "playlist_id", "source_group_id", "type", "updated_at")...
What's Changed
Full Changelog: 0.8.26...0.8.27