This commit is contained in:
Louis Vézina 2017-11-16 13:55:37 -05:00
parent a39284d005
commit 475754a63e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ def wanted_download_subtitles(path):
#c_db = conn_db.cursor()
#episodes_details = c_db.execute("SELECT table_episodes.path, table_episodes.missing_subtitles, table_episodes.sonarrEpisodeId, table_episodes.sonarrSeriesId, table_shows.hearing_impaired FROM table_episodes INNER JOIN table_shows on table_shows.sonarrSeriesId = table_episodes.sonarrSeriesId WHERE table_episodes.path = ? AND missing_subtitles != '[]'", (path_replace_reverse(path),)).fetchall()
#enabled_providers = c_db.execute("SELECT name FROM table_settings_providers WHERE enabled = 1").fetchall()
conn.close()
conn_db.close()
#providers_list = []
#for provider in enabled_providers: