playlists screen

This commit is contained in:
austinried
2025-12-06 16:38:38 +09:00
parent 97ea3c3230
commit 3fcb938f2b
9 changed files with 106 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ class ArtistsList extends HookConsumerWidget {
artist: artist,
albumCount: albumCount,
onTap: () async {
context.push('/artist/${artist.id}');
context.push('/artists/${artist.id}');
},
);
},