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

View File

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