Models: Android 12, iOS latest update as of July 3rd, 2023
Scope: Within player, in-app queue via external environment control (background app processing): enhancement type bug.
Steps to reproduce:
Open app,
Create playlist and play it,
Queue over two songs, any order
Expected behavior: Use of controls such as skip, forward, and back, within limits, especially in the case of shuffle, so that the queue is maintained within the limits, and not negated outside the played track (too thin of maintainability limits).
Actual behavior: Upon trying to navigate via set controls, specifically the default skip features, the queue is, in effect, neglected and bypasses the user overset (@Override) of the queue purpose. More simply, the queue feature is neglected upon the use of shuffle and navigation controls, such as skip.
Issue found on 7/8/2023
Models: Android 12, iOS latest update as of July 3rd, 2023
Scope: Within player, in-app queue via external environment control (background app processing): enhancement type bug.
Steps to reproduce:
Expected behavior: Use of controls such as skip, forward, and back, within limits, especially in the case of shuffle, so that the queue is maintained within the limits, and not negated outside the played track (too thin of maintainability limits).
Actual behavior: Upon trying to navigate via set controls, specifically the default skip features, the queue is, in effect, neglected and bypasses the user overset (@Override) of the queue purpose. More simply, the queue feature is neglected upon the use of shuffle and navigation controls, such as skip.