This commit is contained in:
Louis Vézina 2017-11-14 10:44:07 -05:00
parent 97e923e764
commit 754b058635
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ def full_scan_subtitles():
c_db.close()
for episode in episodes:
store_subtitles(path_replace(episode[0]))
store_subtitles(path_replace(episode[0].encode('utf-8')))
def series_scan_subtitles(no):
conn_db = sqlite3.connect(os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db'))