🐛 Bug fixes

This commit is contained in:
2024-08-30 01:56:21 +08:00
parent be977f10d1
commit d25ebbf6bd
15 changed files with 616 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class PlaylistSection extends StatelessWidget {
onTap: () {
if (item == null) return;
GoRouter.of(context).pushNamed(
'playlistView',
'albumView',
pathParameters: {'id': item.id!},
);
},