mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
display albums from db
This commit is contained in:
@@ -17,8 +17,9 @@ final router = GoRouter(
|
||||
builder: (context, state) => LibraryScreen(),
|
||||
routes: [
|
||||
GoRoute(
|
||||
path: 'album',
|
||||
builder: (context, state) => AlbumScreen(),
|
||||
path: 'album/:id',
|
||||
builder: (context, state) =>
|
||||
AlbumScreen(id: state.pathParameters['id']!),
|
||||
),
|
||||
GoRoute(
|
||||
path: 'artist',
|
||||
|
||||
Reference in New Issue
Block a user