mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
Refactor downloader configuration to plugins.downloaders
This commit is contained in:
parent
ef950d8024
commit
e1aa32aee7
15 changed files with 218 additions and 186 deletions
5
core/plugins/downloaders/utils.py
Normal file
5
core/plugins/downloaders/utils.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from core.plugins.downloaders.torrent.utils import (
|
||||
pause_torrent,
|
||||
remove_torrent,
|
||||
resume_torrent,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue