Skip to content

Commit a7c0a02

Browse files
committed
update changelog & docs
1 parent 9e38bd3 commit a7c0a02

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Each release usually includes various fixes and improvements.
44
The most noteworthy of these, as well as any features and breaking changes, are listed here.
55

6+
## 3.7.3
7+
* Fix breaking change where `/decodetrack` would return a full track instead of the track info
8+
69
## 3.7.2
710
* Fix breaking change where frameStats would be null instead of omitted
811

IMPLEMENTATION.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,19 +1176,15 @@ Response:
11761176

11771177
```yaml
11781178
{
1179-
"encoded": "QAAAjQIAJVJpY2sgQXN0bGV5IC0gTmV2ZXIgR29ubmEgR2l2ZSBZb3UgVXAADlJpY2tBc3RsZXlWRVZPAAAAAAADPCAAC2RRdzR3OVdnWGNRAAEAK2h0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9ZFF3NHc5V2dYY1EAB3lvdXR1YmUAAAAAAAAAAA==",
1180-
"track": "...", # Same as encoded, removed in /v4
1181-
"info": {
1182-
"identifier": "dQw4w9WgXcQ",
1183-
"isSeekable": true,
1184-
"author": "RickAstleyVEVO",
1185-
"length": 212000,
1186-
"isStream": false,
1187-
"position": 0,
1188-
"title": "Rick Astley - Never Gonna Give You Up",
1189-
"uri": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
1190-
"sourceName": "youtube"
1191-
}
1179+
"identifier": "dQw4w9WgXcQ",
1180+
"isSeekable": true,
1181+
"author": "RickAstleyVEVO",
1182+
"length": 212000,
1183+
"isStream": false,
1184+
"position": 0,
1185+
"title": "Rick Astley - Never Gonna Give You Up",
1186+
"uri": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
1187+
"sourceName": "youtube"
11921188
}
11931189
```
11941190

0 commit comments

Comments
 (0)