Fix bug when different podcasts have the same GUID (Maemo bug 12094)
commit8218f84e0f65bd4e3c3723eaead67e6f5f4897b3
authorThomas Perl <m@thp.io>
Mon, 11 Apr 2011 08:33:32 +0000 (11 10:33 +0200)
committerThomas Perl <m@thp.io>
Mon, 11 Apr 2011 08:33:32 +0000 (11 10:33 +0200)
tree559038061602042deefd413b1047bb748ef8cdfe
parent0a2e20e622911550971bbebf58c5a329868738fd
Fix bug when different podcasts have the same GUID (Maemo bug 12094)

This was not an issue with fresh gPodder installations, but was
an issue when a user upgrades from an older version that still
has "idx_guid" set to unique. We already have "idx_guids" set up
that only requires the GUID to be unique per-podcast.
src/gpodder/dbsqlite.py