mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
Add UNSTARTED to PlayerState
See docs: https://developers.google.com/youtube/iframe_api_reference
This commit is contained in:
Vendored
+2
-1
@@ -150,10 +150,11 @@ declare module YT {
|
||||
}
|
||||
|
||||
export enum PlayerState {
|
||||
UNSTARTED,
|
||||
BUFFERING,
|
||||
CUED,
|
||||
ENDED,
|
||||
PAUSED,
|
||||
PLAYING
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user