Merge pull request #1552 from SoftCreatR/patch-2

Fix ads configuration
This commit is contained in:
Sam Potts 2020-01-13 16:24:25 +00:00 committed by GitHub
commit 402eb2b761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ class Ads {
cb: Date.now(), cb: Date.now(),
AV_WIDTH: 640, AV_WIDTH: 640,
AV_HEIGHT: 480, AV_HEIGHT: 480,
AV_CDIM2: this.publisherId, AV_CDIM2: config.publisherId,
}; };
const base = 'https://go.aniview.com/api/adserver6/vast/'; const base = 'https://go.aniview.com/api/adserver6/vast/';