File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ <h4 class="margin-zero ellipsis whiteTheme">{{NowPlaying.currentTrack.title}}</h
7777 < span class ="glyphicon glyphicon-cog whiteTheme " ng-click ="NowPlaying.getSettings() " role ="button " tabindex ="0 " aria-label ="Audio player settings "> </ span >
7878 </ div >
7979 < div class ="media-player-btns ">
80- < span ng-style ="{'visibility': ((NowPlaying.currentTrack.isAudioFromPluginList && !shuffleAudioListItems) || (!NowPlaying.currentTrack.isAudioFromPluginList && globalPlaylist)) ? 'hidden' : 'visible'} " class ="icon " ng-click ="NowPlaying.shufflePlaylist() " role ="button " tabindex ="0 " aria-label ="Shuffle items "
80+ < span ng-style ="{'visibility': ((NowPlaying.currentTrack.isAudioFromPluginList && !shuffleAudioListItems) || (!NowPlaying.currentTrack.isAudioFromPluginList && globalPlaylist)) ? 'hidden' : 'visible'} " class ="icon visibility-hidden " ng-click ="NowPlaying.shufflePlaylist() " role ="button " tabindex ="0 " aria-label ="Shuffle items "
8181 aria-hidden ="{{ ((NowPlaying.currentTrack.isAudioFromPluginList && !shuffleAudioListItems) || (!NowPlaying.currentTrack.isAudioFromPluginList && globalPlaylist)) ? true : false}} ">
8282 < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 " fill ="none ">
8383 < g opacity ="0.9 " clip-path ="url(#clip0_1431_2874) ">
You can’t perform that action at this time.
0 commit comments