fix type in M3U

This commit is contained in:
nklhrstv 2021-07-20 18:46:32 +03:00
parent e259f4a54f
commit 3951f5328a

View file

@ -434,7 +434,7 @@ const Player = ({ urlParams, queryParams }) => {
{
playlist ?
<div className={styles['error-details']}>
<Button className={styles['error-details-button']} title={'Download MU3 Playlist'} href={playlist.href} download={playlist.name}>
<Button className={styles['error-details-button']} title={'Download M3U Playlist'} href={playlist.href} download={playlist.name}>
<Icon className={styles['icon']} icon={'ic_downloads'} />
<div className={styles['label']}>Download Playlist</div>
</Button>