Only show the shuffle action if the playlist contains more than two tracks
Description
Check canShuffle() function (mediaList.size() > 2) instead of hasPlaylist() (mediaList.size() > 1)
How Has This Been Tested?
See #1498 (closed). Tested with 1, 2 and 3 track playlists.
-
Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the CONTRIBUTING section of the README document.
Fixes: #1498 (closed)