mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-19 15:25:51 +00:00
add thumb dl after rescan
This commit is contained in:
parent
bfd51e6804
commit
952bc4f97c
@ -38,7 +38,8 @@ def update_subscribed():
|
|||||||
missing_videos = channel_handler.find_missing()
|
missing_videos = channel_handler.find_missing()
|
||||||
if missing_videos:
|
if missing_videos:
|
||||||
pending_handler = PendingList()
|
pending_handler = PendingList()
|
||||||
pending_handler.add_to_pending(missing_videos)
|
all_videos_added = pending_handler.add_to_pending(missing_videos)
|
||||||
|
ThumbManager().download_vid(all_videos_added)
|
||||||
# check if reindex is needed
|
# check if reindex is needed
|
||||||
check_reindex.delay()
|
check_reindex.delay()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user