mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
refa: query data (#659)
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -111,7 +111,7 @@ class VideoInfo extends StatefulWidget {
|
||||
State<VideoInfo> createState() => _VideoInfoState();
|
||||
}
|
||||
|
||||
class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
|
||||
class _VideoInfoState extends State<VideoInfo> {
|
||||
late final VideoDetailController videoDetailCtr;
|
||||
|
||||
Map get videoItem => videoIntroController.videoItem;
|
||||
|
||||
Reference in New Issue
Block a user