Skip to content

Commit 3d2c6ca

Browse files
committed
fixup! fixup! Use CONFIG rather constants
1 parent 7939fea commit 3d2c6ca

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
@@ -597,7 +597,7 @@ def sync(self, sync_item, client=None, clientId=None):
597597
:exc:`~plexapi.exceptions.BadRequest`: Provided client doesn`t provides `sync-target`.
598598
"""
599599
if not client and not clientId:
600-
clientId = X_PLEX_IDENTIFIER
600+
clientId = CONFIG.get('header.identifier')
601601

602602
if not client:
603603
for device in self.devices():

0 commit comments

Comments
 (0)