Skip to content

Commit

Permalink
feat: sort user lists by last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed May 4, 2022
1 parent 59863de commit 15c898b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Miru",
"version": "2.0.6",
"version": "2.0.7",
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
"main": "src/index.js",
"homepage": "https://github.com/ThaUnknown/miru#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/modules/anilist.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ query ($page: Int, $perPage: Int, $id: Int, $type: MediaType, $status_in: [Media
pageInfo {
hasNextPage
},
mediaList (userId: $id, type: $type, status_in: $status_in) {
mediaList (userId: $id, type: $type, status_in: $status_in, sort: UPDATED_TIME_DESC) {
media {
${queryObjects}
}
Expand Down

0 comments on commit 15c898b

Please sign in to comment.