Skip to content

Commit 4026a6d

Browse files
committed
Use CONFIG rather constants
1 parent 6bc8056 commit 4026a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plexapi/myplex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def syncItems(self, client=None, clientId=None):
571571
if client:
572572
clientId = client.clientIdentifier
573573
elif clientId is None:
574-
clientId = X_PLEX_IDENTIFIER
574+
clientId = CONFIG.get('header.identifier')
575575

576576
data = self.query(SyncList.key.format(clientId=clientId))
577577

0 commit comments

Comments
 (0)