opt audio playlist

Closes #1547

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-14 21:19:36 +08:00
parent 5035495043
commit 5249ceccdb
6 changed files with 48 additions and 12 deletions

View File

@@ -39,6 +39,7 @@ class AudioPage extends StatefulWidget {
String? heroTag,
Duration? start,
String? audioUrl,
int? extraId,
}) => Get.toNamed(
'/audio',
arguments: {
@@ -50,6 +51,7 @@ class AudioPage extends StatefulWidget {
'heroTag': ?heroTag,
'start': ?start,
'audioUrl': ?audioUrl,
'extraId': ?extraId,
},
);
}