Skip to content

Commit

Permalink
Use F-list discovery time for posted time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syfaro committed Mar 1, 2024
1 parent e1be16f commit 5db40a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn flist_to_similar(file: models::FListFile) -> SimilarAndPosted {
file.id, file.ext
),
},
None,
file.discovered_at,
)
}

Expand Down

0 comments on commit 5db40a8

Please sign in to comment.