mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 05:16:01 +08:00
refa: download video (#1737)
* opt: save pb danmaku * refa: download video * opt: replaceAll * fix: wait delete * opt: remove completer * fix: index.json * tweaks Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
37b1228552
commit
407b31c5c1
@@ -1308,7 +1308,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
||||
),
|
||||
if (!videoDetailController.isFileSource)
|
||||
PopupMenuItem(
|
||||
onTap: () => videoDetailController.onDownload(context),
|
||||
onTap: () => videoDetailController.onDownload(this.context),
|
||||
child: const Text('缓存视频'),
|
||||
),
|
||||
if (videoDetailController.cover.value.isNotEmpty)
|
||||
|
||||
Reference in New Issue
Block a user