Merge branch 'master' of framagit.org:dbroqua/azurcast-to-mastodon
This commit is contained in:
commit
b1dc68d99d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ const _getMedia = (coverUrl, callback) => {
|
||||||
* @param {Object} values
|
* @param {Object} values
|
||||||
*/
|
*/
|
||||||
const _formatMessage = (values) => {
|
const _formatMessage = (values) => {
|
||||||
return `#rx3 #nowplaying ${values.text}`;
|
return `#rx3 #nowplaying ${values.artist} - ${values.title}`;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue