auto_cleanup_downloads -> ui.gtk.download_list.remove_finished

This commit is contained in:
auouymous 2022-12-08 15:48:16 -07:00
parent bcf84cbdf7
commit ff2c19e186
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ gPodderSettings_LegacySupport = {
'podcast_list_view_mode': 'ui.gtk.podcast_list.view_mode',
'podcast_list_hide_boring': 'ui.gtk.podcast_list.hide_empty',
'episode_list_columns': 'ui.gtk.episode_list.columns',
'auto_cleanup_downloads': 'ui.gtk.download_list.remove_finished',
}
logger = logging.getLogger(__name__)