Merge pull request #4516 from nikeee/patch-1

Add UNSTARTED to PlayerState
This commit is contained in:
Masahiro Wakame
2015-06-07 22:17:41 +09:00
+2 -1
View File
@@ -150,10 +150,11 @@ declare module YT {
}
export enum PlayerState {
UNSTARTED,
BUFFERING,
CUED,
ENDED,
PAUSED,
PLAYING
}
}
}