mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-20 11:25:58 +00:00
fix type in M3U
This commit is contained in:
parent
e259f4a54f
commit
3951f5328a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue