mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Add Media.download_checklist
function
This commit is contained in:
parent
7390a2b2b1
commit
fb4185a9b1
@ -40,7 +40,9 @@ from ._migrations import (
|
|||||||
media_file_storage, get_media_thumb_path, get_media_file_path,
|
media_file_storage, get_media_thumb_path, get_media_file_path,
|
||||||
)
|
)
|
||||||
from ._private import _srctype_dict, _nfo_element
|
from ._private import _srctype_dict, _nfo_element
|
||||||
from .media__tasks import wait_for_premiere
|
from .media__tasks import (
|
||||||
|
download_checklist, wait_for_premiere,
|
||||||
|
)
|
||||||
from .source import Source
|
from .source import Source
|
||||||
|
|
||||||
|
|
||||||
@ -1222,5 +1224,6 @@ class Media(models.Model):
|
|||||||
|
|
||||||
|
|
||||||
# add imported functions
|
# add imported functions
|
||||||
|
Media.download_checklist = download_checklist
|
||||||
Media.wait_for_premiere = wait_for_premiere
|
Media.wait_for_premiere = wait_for_premiere
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user