mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Remove stray console.log
This commit is contained in:
parent
b6c578e3a2
commit
9064697123
@ -50,7 +50,6 @@ const PlaylistActions = ({ className, ids, data, record, ...rest }) => {
|
||||
httpClient(`${REST_URL}/playlist/${record.id}/tracks`, {
|
||||
headers: new Headers({ Accept: M3U_MIME_TYPE }),
|
||||
}).then((res) => {
|
||||
console.log(res)
|
||||
const blob = new Blob([res.body], { type: M3U_MIME_TYPE })
|
||||
const url = window.URL.createObjectURL(blob)
|
||||
const link = document.createElement('a')
|
||||
|
Loading…
x
Reference in New Issue
Block a user