mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
fix downloading subtitles, no provider was registered (#1664)
This commit is contained in:
parent
1814bd5ae1
commit
c92588c3be
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ import subliminal
|
|||
import core
|
||||
from core import logger
|
||||
|
||||
for provider in subliminal.provider_manager.internal_extensions:
|
||||
if provider not in [str(x) for x in subliminal.provider_manager.list_entry_points()]:
|
||||
subliminal.provider_manager.register(str(provider))
|
||||
|
||||
|
||||
def import_subs(filename):
|
||||
if not core.GETSUBS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue