2116: getCurrentTrack().asJSON produces invalid json [#14992]

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: 2116: getCurrentTrack().asJSON produces invalid json [#14992]

Re: 2116: getCurrentTrack().asJSON produces invalid json

by PetrCBR » Sun Jul 29, 2018 12:12 pm

Thanks. Will be fixed in next build

2116: getCurrentTrack().asJSON produces invalid json [#14992]

by TIV73 » Sun Jul 29, 2018 9:27 am

Hi there,
calling app.player.getCurrentTrack().asJSON in rev2116 returns an invalid json object:
- No delimiter between tempString and extendedTags, e.g.

Code: Select all

"tempString":"""extendedTags":""
- The discNumber key can be found twice.

Top