MadelineProto/songs.php

13 lines
364 B
PHP
Raw Normal View History

2017-08-04 08:23:11 +00:00
<?php
$songs = [
2017-08-06 22:54:00 +00:00
'Aronchupa - Little Swing' => 'input.raw',
'Parov Stelar - Booty Swing' => 'inputa.raw',
'Parov Stelar - All night' => 'inpute.raw',
'Caravan Palace - Lone Digger' => 'inputb.raw',
2017-08-06 22:53:43 +00:00
'Postmodern Jukebox - Thrift Shop' => 'inputd.raw',
2017-08-04 08:23:11 +00:00
];
2017-08-05 15:43:25 +00:00
for ($x = 0; $x < count($songs); $x++) {
shuffle($songs);
}