Skip to content

Commit

Permalink
fix Base.check_db() got an unexpected keyword argument 'check_by_guid'
Browse files Browse the repository at this point in the history
  • Loading branch information
croneter committed Apr 24, 2024
1 parent 1014eeb commit 1b31edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/plex_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def mass_api(xml, check_by_guid=False):
else:
with PlexDB(lock=False) as plexdb:
for api in apis:
api.check_db(plexdb=plexdb, check_by_guid=False)
api.check_db(plexdb=plexdb)
return apis

0 comments on commit 1b31edd

Please sign in to comment.