opt: view from playlist

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-13 17:14:58 +08:00
parent 54c7fef217
commit 2b9cb54d91

View File

@@ -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();