Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from krisgesling/20.08-fixes
Browse files Browse the repository at this point in the history
20.08 fixes
  • Loading branch information
builderjer authored Aug 24, 2020
2 parents b658550 + ec1de98 commit c46a3eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def initialize(self):
# Set the language from the default in settings
TMDB.language = self.lang

self.settings.settings_change_callback = self.on_web_settings_change
self.settings_change_callback = self.on_web_settings_change

def on_web_settings_change(self):
api = self.settings.get("apiv3")
Expand Down
1 change: 0 additions & 1 deletion settingsmeta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Movie Master",
"skillMetadata": {
"sections": [
{
Expand Down

0 comments on commit c46a3eb

Please sign in to comment.