File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 33Each release usually includes various fixes and improvements.
44The 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments