@lumiastream/lumia-types 0.2.51 → 0.2.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alert.types.js +1 -1
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -3933,7 +3933,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3933
3933
|
eventlistSpecialUsername: 'Now Playing',
|
|
3934
3934
|
eventlistMessage: 'Switch Song',
|
|
3935
3935
|
eventlistDetailedMessage: 'song switched to {{title}} - {{artist}}',
|
|
3936
|
-
acceptedVariables: ['id', 'title', 'artwork', 'artist', 'album', 'label', 'bpm', 'rating', '
|
|
3936
|
+
acceptedVariables: ['id', 'title', 'artwork', 'artist', 'album', 'label', 'bpm', 'rating', 'length', 'comment', 'key', 'url', 'spotify_url', 'beatport_url', 'beatport_id', 'file_path'],
|
|
3937
3937
|
quickActions: [
|
|
3938
3938
|
{
|
|
3939
3939
|
label: 'Song changed',
|