mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Use the correct case for getting filename
This commit is contained in:
parent
d8380088d5
commit
382420fde2
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ const skinDataEpic = (actions, state) => {
|
|||
const skin = data.fetch_skin_by_md5;
|
||||
return Actions.gotSkinData(hash, {
|
||||
md5: hash,
|
||||
fileName: skin.fileName,
|
||||
fileName: skin.filename,
|
||||
nsfw: skin.nsfw,
|
||||
});
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue