http://bugs.gpodder.org/show_bug.cgi?id=168
--- Comment #1 from Sebastian Krause <[EMAIL PROTECTED]> 2008-09-25 22:50:52 --- Created an attachment (id=156) --> (http://bugs.gpodder.org/attachment.cgi?id=156) patch for sync.py Just citing the discussion between me and nikosapi in #gpodder: 16:56 <sheskar> nikosapi: I've looked into bug #168. 16:57 <sheskar> nikosapi: I guess the problem is that in _track_on_device() in sync.py we check if a podcastItem is equal to a string. 16:59 <sheskar> I don't know exactly how to fix it, though. 17:47 <nikosapi> sheskar: change line 218 from "return self._track_on_device(episode)" to "return self._track_on_device(episode.title)" Patch attached. -- Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
