mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Refactor transcoder.transcoder -> transcoder
This commit is contained in:
parent
7d1f2fb2d5
commit
d3ce2a10f5
7 changed files with 7 additions and 12 deletions
|
@ -4,9 +4,8 @@ import os
|
|||
from subprocess import Popen
|
||||
|
||||
import core
|
||||
from core import logger
|
||||
from core import logger, transcoder
|
||||
from core.nzbToMediaUtil import import_subs, list_media_files, remove_dir
|
||||
from core.transcoder import transcoder
|
||||
|
||||
|
||||
def external_script(output_destination, torrent_name, torrent_label, settings):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue