Fix types - add tagUrl in ads option with custom VAST (#2319)
This commit is contained in:
parent
30ffb30a97
commit
1135b1acac
3
src/js/plyr.d.ts
vendored
3
src/js/plyr.d.ts
vendored
@ -528,7 +528,8 @@ declare namespace Plyr {
|
|||||||
|
|
||||||
interface AdOptions {
|
interface AdOptions {
|
||||||
enabled: boolean;
|
enabled: boolean;
|
||||||
publisherId: string;
|
publisherId?: string;
|
||||||
|
tagUrl?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface SpeedOptions {
|
interface SpeedOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user