Track Color Index

2.06K viewsCSS Bugs
0

Hello!
in Reactions when you choose to use the track color index options.
is this tag and options correct?
pls check the attachment image.
thanks

JohnC Answered question
0

It does indeed seem to be an integer.

Have you tried switching your condition to ‘custom code’ then removing the quotation marks around the number, like this:
self.song().tracks[0].color_index == “4”
Change to
self.song().tracks[0].color_index == 4

If it really is a number then the condition should work without the quotations.. I will try this too when I get a moment.

admin Changed status to publish
Attached Files:
You are viewing 1 out of 5 answers, click here to view all answers.