Skip to content

Commit

Permalink
fix: updated settings.json variables for opensubtitles
Browse files Browse the repository at this point in the history
settings.json values for subtitle providers opensubtitlescom opensubtitles needs to be corrected to name without vip, post_processing/subliminal line:22 looks for values of providers without the vip.
  • Loading branch information
hjongedijk authored and Gaisberg committed Aug 21, 2024
1 parent 65e9725 commit 71012ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/program/settings/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,12 +363,12 @@ class SubliminalConfig(Observable):
"username": "",
"password": ""
},
"opensubtitlesvip": {
"opensubtitles": {
"enabled": False,
"username": "",
"password": ""
},
"opensubtitlescomvip": {
"opensubtitlescom": {
"enabled": False,
"username": "",
"password": ""
Expand Down

0 comments on commit 71012ef

Please sign in to comment.