Skip to content

Commit

Permalink
fix: local file duration
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Feb 28, 2024
1 parent 3642125 commit d4f1d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/mediafetch/local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const songFetch = async (
cover: '',
lyric: '',
page: 0,
duration: v.duration,
duration: v.duration / 1000,
album: v.album,
source: SOURCE.local,
})
Expand Down

0 comments on commit d4f1d56

Please sign in to comment.