Make automatic iPod episode deletion work (bug 168)
commit079fe886e7ed4e72eb93abcdf5e0a3104e11a387
authorSebastian Krause <sebastian@realpath.org>
Sun, 28 Sep 2008 07:27:43 +0000 (28 09:27 +0200)
committerThomas Perl <thp@perli.net>
Sun, 28 Sep 2008 07:27:43 +0000 (28 09:27 +0200)
tree04354942efa147936e1b5776b36dd165c4417d4d
parent3100609571afb5ef73edbc20f3cbc12f9bf770d6
Make automatic iPod episode deletion work (bug 168)

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)"
src/gpodder/sync.py