08-19-2019, 03:33 AM
Actually, there's a bug in the aria-label for the control (concentric circle icon) thats causing some confusion. See below. It should be aria-label="Random album". The class= statement has the class named "ralbum" in the list. This class has a JS event function bound to it that adds a random album to the PL :-)
@swizzle, I think it used to be Repeat in an earlier gen of the code base but IIRC since 5 it's been ralbum.
Code:
<div id="togglebtns" class="hide">
.
.
.
<button aria-label="Repeat Album" class="btn btn-cmd ralbum"><i class="fal fa-dot-circle"></i></button>
@swizzle, I think it used to be Repeat in an earlier gen of the code base but IIRC since 5 it's been ralbum.