This commit is contained in:
jxxghp
2023-06-20 13:43:02 +08:00
parent 0776a0b235
commit 3cd843d70d
6 changed files with 20 additions and 20 deletions

View File

@ -100,9 +100,9 @@ class Emby(metaclass=Singleton):
try:
res = RequestUtils(headers={
'X-Emby-Authorization': f'MediaBrowser Client="MoviePilot", '
f'Device="Axios", '
f'Device="requests", '
f'DeviceId="1", '
f'Version="10.8.0", '
f'Version="1.0.0", '
f'Token="{self._apikey}"',
'Content-Type': 'application/json',
"Accept": "application/json"