mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
fix thumb re-embed task, #231
This commit is contained in:
parent
34c18e75f5
commit
34a1fe9e8e
@ -296,6 +296,7 @@ class ThumbManager:
|
|||||||
def get_thumb_list(self):
|
def get_thumb_list(self):
|
||||||
"""get list of mediafiles and matching thumbnails"""
|
"""get list of mediafiles and matching thumbnails"""
|
||||||
pending = queue.PendingList()
|
pending = queue.PendingList()
|
||||||
|
pending.get_download()
|
||||||
pending.get_indexed()
|
pending.get_indexed()
|
||||||
|
|
||||||
video_list = []
|
video_list = []
|
||||||
|
Loading…
Reference in New Issue
Block a user