Stop looking for episodes marked as deleted that still exist in fs.
commit024094559be5d8493ac0fc01b9428717864bac0f
authorJustin Forest <justin.forest@gmail.com>
Mon, 6 Oct 2008 19:07:37 +0000 (6 23:07 +0400)
committerThomas Perl <thp@perli.net>
Tue, 14 Oct 2008 16:38:57 +0000 (14 18:38 +0200)
tree8d075f150b6fe4deeaf18f0e711b33148d2b947e
parentc2db36d697f060dc57d8ecef9126c823c877f745
Stop looking for episodes marked as deleted that still exist in fs.

If an episode is marked as deleted but the corresponding file somehow
still exists in the file system, this code was "resurrecting" the
episode, and vice-versa for downloaded episodes that lack their files.
Questionable behaviour, because a situation like that can only mean
an error somewhere, and this code was just making it harder to track
the real problem, and added unnecessary FS interaction.
src/gpodder/libpodcasts.py