1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-21 23:32:27 +00:00

Update LoadingMessage.js

Adding a few lines of loading messages
This commit is contained in:
TyzzyT 2024-11-08 11:31:03 +01:00 committed by GitHub
parent a3b78aacdc
commit d7f796c49d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,12 @@ const messages = [
'I\'ll be here all week',
'Don\'t forget to tip your waitress',
'Apply directly to the forehead',
'Loading Battlestation'
'Loading Battlestation',
'Adding more cowbell…',
'Loading… feel the rhythm!',
'Spinning the vinyl…',
'Syncing with the beat…',
'Preparing the setlist…'
];
let message = null;