mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: update api comments with jsdoc. (#52)
This commit is contained in:
parent
e9b6a81bef
commit
4e482941ed
9 changed files with 189 additions and 43 deletions
|
|
@ -94,7 +94,7 @@ export function likeATrack(params) {
|
|||
* @param {Object} params
|
||||
* @param {number} params.id
|
||||
* @param {number} params.sourceid
|
||||
* @param {number=} [params.time]
|
||||
* @param {number=} params.time
|
||||
*/
|
||||
export function scrobble(params) {
|
||||
params.timestamp = new Date().getTime();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue