fix: fav: video params

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-02 11:57:30 +08:00
parent a5823e1e90
commit 6e08735421

View File

@@ -62,7 +62,7 @@ class FavVideoCardH extends StatelessWidget {
Map<String, String> parameters = {
'bvid': bvid,
'cid': videoItem.cid.toString(),
'epId': epId ?? '',
if (epId?.isNotEmpty == true) 'epId': epId!,
};
// if (seasonId != null) {
// parameters['seasonId'] = seasonId.toString();