Fixing language structure
This commit is contained in:
parent
9c0126738e
commit
ef079eb033
3 changed files with 7 additions and 7 deletions
|
@ -102,7 +102,7 @@ module.exports = (bot) => {
|
|||
|
||||
const trackName = track.name;
|
||||
const artistName = track.artist['#text'];
|
||||
const nowPlaying = track['@attr'] && track['@attr'].nowplaying ? Strings.lastFmListeningNow : Strings.lastFmLastPlayed;
|
||||
const nowPlaying = track['@attr'] && track['@attr'].nowplaying ? Strings.varIs : Strings.varWas;
|
||||
|
||||
|
||||
const imageExtralarge = track.image.find(img => img.size === 'extralarge');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue