We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a6bc5 commit c9dc72fCopy full SHA for c9dc72f
1 file changed
plexapi/client.py
@@ -149,7 +149,7 @@ def _loadData(self, data):
149
150
def _headers(self, **kwargs):
151
""" Returns a dict of all default headers for Client requests. """
152
- headers = self._base_headers
+ headers = self._base_headers.copy()
153
if self._token:
154
headers['X-Plex-Token'] = self._token
155
headers.update(kwargs)
0 commit comments