mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
Merge pull request #2744 from Aqr-K/dev-alipan
This commit is contained in:
@@ -246,7 +246,7 @@ class AliPan(StorageBase):
|
|||||||
return '类 Unix 操作系统'
|
return '类 Unix 操作系统'
|
||||||
|
|
||||||
res = RequestUtils(headers=headers, timeout=5).post_res(self.create_session_url, json={
|
res = RequestUtils(headers=headers, timeout=5).post_res(self.create_session_url, json={
|
||||||
'deviceName': f'MoviePilot {SystemUtils.platform}',
|
'deviceName': 'MoviePilot',
|
||||||
'modelName': __os_name(),
|
'modelName': __os_name(),
|
||||||
'pubKey': self._X_PUBLIC_KEY,
|
'pubKey': self._X_PUBLIC_KEY,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user