Improved timings of alerts

This commit is contained in:
Ben Arc
2021-06-08 00:13:17 +01:00
parent ed6cccbf0b
commit 2fb472db19
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ new Vue({
spinner: true,
color: 'red',
message:
'Error! Make sure Spotify is open on the device you wish to use, and it has playlists',
'Error! Make sure Spotify is open on the device you wish to use, has playlists, and is playing something',
timeout: 10000
})
LNbits.api

View File

@@ -168,7 +168,7 @@
color: 'green',
message:
'Success! "' + self.receive.name + '" will be played soon',
timeout: 2000
timeout: 3000
})
self.getCurrent()
self.paid = false