Fix "gpo sync" failure.

The skip_lock parameter was not removed from one of the
delete_episode_list() calls, causing a failure syncing with gpo.

Fixes #1077
This commit is contained in:
auouymous 2021-06-23 21:17:26 -06:00
parent 5011923001
commit 63196ae0e1
1 changed files with 1 additions and 2 deletions

View File

@ -260,8 +260,7 @@ class gPodderSyncUI(object):
episode_to_delete.title)
logger.info('Will start sync - after deleting episodes')
self.delete_episode_list(episodes, False,
True, resume_sync)
self.delete_episode_list(episodes, False, resume_sync)
return