Fix lint/auto-formatting...

This commit is contained in:
infinite-persistence 2021-11-01 11:34:37 +08:00
parent 0aa6cc7e5a
commit b8399f10b2
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
2 changed files with 8 additions and 7 deletions

View file

@ -603,7 +603,8 @@ export default React.memo<Props>(function VideoJs(props: Props) {
// ford ad // ford ad
// 612fb75a42715a07645a614c // 612fb75a42715a07645a614c
const macroUrl1 = 'https://gov.aniview.com/api/adserver/vast3/' + const macroUrl1 =
'https://gov.aniview.com/api/adserver/vast3/' +
'?AV_PUBLISHERID=60afcbc58cfdb065440d2426' + '?AV_PUBLISHERID=60afcbc58cfdb065440d2426' +
'&AV_CHANNELID=60b354389c7adb506d0bd9a4' + '&AV_CHANNELID=60b354389c7adb506d0bd9a4' +
`&AV_URL=${encodeURIComponent(window.location.href)}` + `&AV_URL=${encodeURIComponent(window.location.href)}` +