Merge pull request #2744 from Aqr-K/dev-alipan

This commit is contained in:
jxxghp
2024-09-19 07:35:33 +08:00
committed by GitHub

View File

@@ -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,
})