Skip to content

Commit

Permalink
fix for decodetrack response in docu (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 authored Apr 20, 2021
1 parent 3c16516 commit 2ac6bf4
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions IMPLEMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,17 +364,14 @@ Authorization: youshallnotpass
Response:
```json
{
"track": "QAAAjQIAJVJpY2sgQXN0bGV5IC0gTmV2ZXIgR29ubmEgR2l2ZSBZb3UgVXAADlJpY2tBc3RsZXlWRVZPAAAAAAADPCAAC2RRdzR3OVdnWGNRAAEAK2h0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9ZFF3NHc5V2dYY1EAB3lvdXR1YmUAAAAAAAAAAA==",
"info": {
"identifier": "dQw4w9WgXcQ",
"isSeekable": true,
"author": "RickAstleyVEVO",
"length": 212000,
"isStream": false,
"position": 0,
"title": "Rick Astley - Never Gonna Give You Up",
"uri": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}
"identifier": "dQw4w9WgXcQ",
"isSeekable": true,
"author": "RickAstleyVEVO",
"length": 212000,
"isStream": false,
"position": 0,
"title": "Rick Astley - Never Gonna Give You Up",
"uri": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}
```

Expand Down

0 comments on commit 2ac6bf4

Please sign in to comment.