diff --git a/ui/src/album/AlbumSongs.js b/ui/src/album/AlbumSongs.js index f8556e50c..27ba154ea 100644 --- a/ui/src/album/AlbumSongs.js +++ b/ui/src/album/AlbumSongs.js @@ -131,7 +131,7 @@ const AlbumSongs = (props) => { {...controllerProps} hasBulkActions={hasBulkActions} multiDisc={multiDisc} - contextAlwaysVisible={isXsmall} + contextAlwaysVisible={!isDesktop} > {isDesktop && ( { } rowClick={(id, basePath, record) => dispatch(setTrack(record))} + contextAlwaysVisible={!isDesktop} > {isDesktop && } @@ -86,20 +87,16 @@ const SongList = (props) => { r.year || ''} /> )} - {isDesktop ? ( - - } - sortBy={'starred DESC, starredAt DESC'} - /> - ) : ( - - )} + + } + /> )}