pull/26/head
Louis Vézina 7 years ago
parent 97e923e764
commit 754b058635

@ -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'))

Loading…
Cancel
Save