mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-10 06:09:09 +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 操作系统'
|
||||
|
||||
res = RequestUtils(headers=headers, timeout=5).post_res(self.create_session_url, json={
|
||||
'deviceName': f'MoviePilot {SystemUtils.platform}',
|
||||
'deviceName': 'MoviePilot',
|
||||
'modelName': __os_name(),
|
||||
'pubKey': self._X_PUBLIC_KEY,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user