Skip to content

Commit 54fc45f

Browse files
committed
no log: small fixes after last PR merge
1 parent c3f17d9 commit 54fc45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazarr/subtitles/manual.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from subtitles.indexer.movies import store_subtitles_movie
2626
from subtitles.processing import ProcessSubtitlesResult
2727

28-
from .cache import subtitle_cache
28+
from bazarr.subtitles.cache import subtitle_cache
2929
from .pool import update_pools, _get_pool
3030
from .utils import get_video, _get_lang_obj, _get_scores, _set_forced_providers
3131
from .processing import process_subtitle
@@ -124,7 +124,7 @@ def manual_search(path, profile_id, providers, sceneName, title, media_type):
124124
language=str(s.language.basename),
125125
hearing_impaired=str(s.hearing_impaired),
126126
provider=s.provider_name,
127-
subtitle=subtitle_cache.store(s.make_picklable()),
127+
subtitle=subtitle_cache.store(s),
128128
url=s.page_link,
129129
original_format=s.use_original_format,
130130
matches=list(matches),

0 commit comments

Comments
 (0)