mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
Merge pull request #4516 from nikeee/patch-1
Add UNSTARTED to PlayerState
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