Remove unnecessary export mapping (bad refactoring)
This commit is contained in:
parent
49b1c40fbd
commit
10dcc3fb37
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const getCoverArtUrl = (record, size) => {
|
|||
|
||||
export default {
|
||||
url,
|
||||
getCoverArtUrl: getCoverArtUrl,
|
||||
getCoverArtUrl,
|
||||
scrobble,
|
||||
download,
|
||||
star,
|
||||
|
|
|
|||
Loading…
Reference in a new issue