Skip to content

Commit

Permalink
Fix: emby user_id config save (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqzw-x committed Jan 8, 2024
1 parent da1f761 commit 39b6011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ def save_config(self):
server_type = {self.server_type}
emby_url = {self.emby_url}
api_key = {self.api_key}
user_id = {self.user_id}
emby_on = {self.emby_on}
use_database = {self.use_database}
info_database_path = {self.info_database_path}
Expand Down

0 comments on commit 39b6011

Please sign in to comment.