mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: bangumi cover showing
This commit is contained in:
@@ -114,7 +114,10 @@ class _ListSheetContentState extends State<ListSheetContent> {
|
||||
}
|
||||
SmartDialog.showToast('切换到:$title');
|
||||
widget.onClose();
|
||||
if (episode.runtimeType.toString() == "EpisodeItem") {
|
||||
if (episode is bangumi.EpisodeItem && episode.cover != null) {
|
||||
widget.changeFucCall(
|
||||
episode.bvid, episode.cid, episode.aid, episode.cover);
|
||||
} else if (episode.runtimeType.toString() == "EpisodeItem") {
|
||||
widget.changeFucCall(episode.bvid, episode.cid, episode.aid);
|
||||
} else {
|
||||
widget.changeFucCall(widget.bvid!, episode.cid, widget.aid!);
|
||||
|
||||
Reference in New Issue
Block a user