mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-27 22:10:14 +08:00
feat: pugv (#927)
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -367,7 +367,12 @@ class _EpisodePanelState extends CommonSlidePageState<EpisodePanel> {
|
||||
bvid = item.bvid;
|
||||
title = item.showTitle ?? item.title!;
|
||||
cover = item.cover;
|
||||
duration = item.duration == null ? null : item.duration! ~/ 1000;
|
||||
if (item.from == 'pugv') {
|
||||
duration = item.duration;
|
||||
view = item.play;
|
||||
} else {
|
||||
duration = item.duration == null ? null : item.duration! ~/ 1000;
|
||||
}
|
||||
pubdate = item.pubTime;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user