mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: bangumi
This commit is contained in:
@@ -1229,7 +1229,6 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
||||
Widget videoIntro([bool needRelated = true]) {
|
||||
return CustomScrollView(
|
||||
controller: _introController,
|
||||
key: PageStorageKey<String>('简介${videoDetailController.bvid}'),
|
||||
slivers: [
|
||||
if (videoDetailController.videoType == SearchType.video) ...[
|
||||
VideoIntroPanel(
|
||||
|
||||
Reference in New Issue
Block a user