|
@ -339,12 +339,12 @@ const NowPlayingMiniView = () => { |
|
|
/> |
|
|
/> |
|
|
</StyledInputPickerContainer> |
|
|
</StyledInputPickerContainer> |
|
|
<br /> |
|
|
<br /> |
|
|
<ButtonToolbar> |
|
|
|
|
|
<StyledButton |
|
|
<StyledButton |
|
|
appearance="subtle" |
|
|
appearance="subtle" |
|
|
onClick={() => handlePlayRandom('addNext')} |
|
|
onClick={() => handlePlayRandom('addNext')} |
|
|
loading={isLoadingRandom} |
|
|
loading={isLoadingRandom} |
|
|
disabled={!(typeof autoPlaylistTrackCount === 'number')} |
|
|
disabled={!(typeof autoPlaylistTrackCount === 'number')} |
|
|
|
|
|
style={{ width: '50%' }} |
|
|
> |
|
|
> |
|
|
<Icon icon="plus-circle" style={{ marginRight: '10px' }} /> |
|
|
<Icon icon="plus-circle" style={{ marginRight: '10px' }} /> |
|
|
{t('Add (next)')} |
|
|
{t('Add (next)')} |
|
@ -354,12 +354,11 @@ const NowPlayingMiniView = () => { |
|
|
onClick={() => handlePlayRandom('addLater')} |
|
|
onClick={() => handlePlayRandom('addLater')} |
|
|
loading={isLoadingRandom} |
|
|
loading={isLoadingRandom} |
|
|
disabled={!(typeof autoPlaylistTrackCount === 'number')} |
|
|
disabled={!(typeof autoPlaylistTrackCount === 'number')} |
|
|
|
|
|
style={{ width: '50%' }} |
|
|
> |
|
|
> |
|
|
<Icon icon="plus" style={{ marginRight: '10px' }} /> |
|
|
<Icon icon="plus" style={{ marginRight: '10px' }} /> |
|
|
{t('Add (later)')} |
|
|
{t('Add (later)')} |
|
|
</StyledButton> |
|
|
</StyledButton> |
|
|
</ButtonToolbar> |
|
|
|
|
|
<ButtonToolbar> |
|
|
|
|
|
<StyledButton |
|
|
<StyledButton |
|
|
block |
|
|
block |
|
|
appearance="primary" |
|
|
appearance="primary" |
|
@ -370,7 +369,6 @@ const NowPlayingMiniView = () => { |
|
|
<Icon icon="play" style={{ marginRight: '10px' }} /> |
|
|
<Icon icon="play" style={{ marginRight: '10px' }} /> |
|
|
{t('Play')} |
|
|
{t('Play')} |
|
|
</StyledButton> |
|
|
</StyledButton> |
|
|
</ButtonToolbar> |
|
|
|
|
|
</Popup> |
|
|
</Popup> |
|
|
} |
|
|
} |
|
|
> |
|
|
> |
|
|