mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
playlists list
This commit is contained in:
@@ -27,10 +27,7 @@ class AlbumsGrid extends HookConsumerWidget {
|
||||
AlbumsQuery(
|
||||
sourceId: ref.read(sourceIdProvider),
|
||||
sort: IList([
|
||||
AlbumsSortingTerm(
|
||||
dir: SortDirection.desc,
|
||||
by: AlbumsColumn.created,
|
||||
),
|
||||
SortingTerm.albumsDesc(AlbumsColumn.created),
|
||||
]),
|
||||
limit: kPageSize,
|
||||
offset: (pageKey - 1) * kPageSize,
|
||||
|
||||
Reference in New Issue
Block a user