Merge branch 'master' of framagit.org:dbroqua/azurcast-to-mastodon

This commit is contained in:
dbroqua 2020-12-16 14:06:34 +01:00
commit b1dc68d99d

View File

@ -90,7 +90,7 @@ const _getMedia = (coverUrl, callback) => {
* @param {Object} values
*/
const _formatMessage = (values) => {
return `#rx3 #nowplaying ${values.text}`;
return `#rx3 #nowplaying ${values.artist} - ${values.title}`;
};
/**