Skip to content

Commit

Permalink
Merge pull request #2074 from croneter/py3-fix-keyword
Browse files Browse the repository at this point in the history
fix Base.check_db() got an unexpected keyword argument 'check_by_guid'
  • Loading branch information
croneter authored Apr 24, 2024
2 parents 1014eeb + 1b31edd commit e04d66f
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 e04d66f

Please sign in to comment.