fix channel value (#67)
This commit is contained in:
parent
c10fc675db
commit
6727e2766b
1 changed files with 2 additions and 2 deletions
|
@ -552,7 +552,7 @@ export default React.memo<Props>(function VideoJs(props: Props) {
|
||||||
if (!player) return;
|
if (!player) return;
|
||||||
|
|
||||||
// live channel
|
// live channel
|
||||||
// 60b353fb362cd028bf584aa9
|
// 60b354389c7adb506d0bd9a4
|
||||||
|
|
||||||
// ford ad
|
// ford ad
|
||||||
// 612fb75a42715a07645a614c
|
// 612fb75a42715a07645a614c
|
||||||
|
@ -561,7 +561,7 @@ export default React.memo<Props>(function VideoJs(props: Props) {
|
||||||
const macroUrl =
|
const macroUrl =
|
||||||
`https://vast.aniview.com/api/adserver61/vast/` +
|
`https://vast.aniview.com/api/adserver61/vast/` +
|
||||||
`?AV_PUBLISHERID=60afcbc58cfdb065440d2426` +
|
`?AV_PUBLISHERID=60afcbc58cfdb065440d2426` +
|
||||||
`&AV_CHANNELID=60b353fb362cd028bf584aa9` +
|
`&AV_CHANNELID=60b354389c7adb506d0bd9a4` +
|
||||||
`&AV_URL=[URL]` +
|
`&AV_URL=[URL]` +
|
||||||
`&cb=[CACHEBUSTING]` +
|
`&cb=[CACHEBUSTING]` +
|
||||||
`&AV_WIDTH=[WIDTH]` +
|
`&AV_WIDTH=[WIDTH]` +
|
||||||
|
|
Loading…
Reference in a new issue