Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Round duration #745

Merged
merged 1 commit into from
Aug 7, 2020
Merged

Round duration #745

merged 1 commit into from
Aug 7, 2020

Conversation

raymondjacobson
Copy link
Member

Trello Card Link

https://trello.com/c/ubWANbVi/1450-api-bugs-issues

Description

Rounds duration to seconds

Services

  • Discovery Provider

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.
Include log analysis if applicable.

  1. Ran discprov locally, hit a track endpoint
{
data: [
{
artwork: {
150x150: "http://cn1_creator-node_1:4000/ipfs/QmaZFKrQApr2jV8aQ7bAFJfHdrMDHDgpknhCAudW7tChkr/150x150.jpg",
480x480: "http://cn1_creator-node_1:4000/ipfs/QmaZFKrQApr2jV8aQ7bAFJfHdrMDHDgpknhCAudW7tChkr/480x480.jpg",
1000x1000: "http://cn1_creator-node_1:4000/ipfs/QmaZFKrQApr2jV8aQ7bAFJfHdrMDHDgpknhCAudW7tChkr/1000x1000.jpg"
},
description: null,
genre: "Metal",
id: "7eP5n",
mood: null,
release_date: "Fri Aug 07 2020 16:29:44 GMT-0700",
remix_of: {
tracks: null
},
repost_count: 0,
favorite_count: 0,
tags: null,
title: "cypher_ - raymont (Audius)",
user: {
album_count: 0,
bio: null,
cover_photo: null,
followee_count: 0,
follower_count: 0,
handle: "ray",
id: "7eP5n",
is_verified: false,
location: "San Francisco, CA",
name: "ray",
playlist_count: 0,
profile_picture: null,
repost_count: 0,
track_count: 1
},
duration: 64
}
]
}

@raymondjacobson raymondjacobson merged commit 48e29e0 into master Aug 7, 2020
@raymondjacobson raymondjacobson deleted the rj-round-druation branch August 7, 2020 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants