diff --git a/tubesync/sync/signals.py b/tubesync/sync/signals.py index c61cca87..95f04710 100644 --- a/tubesync/sync/signals.py +++ b/tubesync/sync/signals.py @@ -12,7 +12,7 @@ from .tasks import (delete_task_by_source, delete_task_by_media, index_source_ta download_media_thumbnail, download_media_metadata, map_task_to_instance, check_source_directory_exists, download_media, rescan_media_server, download_source_images, - save_all_media_for_source) + save_all_media_for_source, rename_all_media_for_source) from .utils import delete_file from .filtering import filter_media