[CR] Hotfix non-DRM
This commit is contained in:
parent
38f849f1a8
commit
dbc2c7d52b
1 changed files with 4 additions and 4 deletions
|
|
@ -1214,12 +1214,12 @@ export default class Crunchy implements ServiceClass {
|
|||
await this.refreshToken(true, true);
|
||||
let currentVersion;
|
||||
let isPrimary = mMeta.isSubbed;
|
||||
const AuthHeaders = {
|
||||
const AuthHeaders: RequestInit = {
|
||||
headers: {
|
||||
Authorization: `Bearer ${this.token.access_token}`,
|
||||
'X-Cr-Disable-Drm': 'true'
|
||||
},
|
||||
useProxy: true
|
||||
'X-Cr-Disable-Drm': 'true',
|
||||
'User-Agent': 'Crunchyroll/1.8.0 Nintendo Switch/12.3.12.0 UE4/4.27'
|
||||
}
|
||||
};
|
||||
|
||||
//Get Media GUID
|
||||
|
|
|
|||
Loading…
Reference in a new issue