diff --git a/lib/utils/app_scheme.dart b/lib/utils/app_scheme.dart index 9d0285620..45e9fe324 100644 --- a/lib/utils/app_scheme.dart +++ b/lib/utils/app_scheme.dart @@ -426,11 +426,7 @@ class PiliScheme { .firstMatch(path) ?.group(1); if (bvid != null) { - videoPush( - null, - bvid, - off: off, - ); + videoPush(null, bvid, off: false); return true; } launchURL();