Commit ec9eaa9f authored by NguyenTienManh's avatar NguyenTienManh

10-2-2023

parent 987c7edc
...@@ -17,8 +17,9 @@ class _PlayVideoPageState extends State<PlayVideoPage> { ...@@ -17,8 +17,9 @@ class _PlayVideoPageState extends State<PlayVideoPage> {
late TextEditingController _idController; late TextEditingController _idController;
late TextEditingController _seekToController; late TextEditingController _seekToController;
final List<String> _ids = []; final List<String> _ids = [
'nPt8bK2gbaU',
];
@override @override
void initState() { void initState() {
super.initState(); super.initState();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment