This commit is contained in:
magmaus3 2023-04-14 10:35:51 +02:00
commit c128fd5032
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
12 changed files with 166 additions and 0 deletions

8
config/topArtists.php Normal file
View file

@ -0,0 +1,8 @@
<?php
$redirect = 0;
/*
Indicates wether the server should ask the main GD servers for the top artists list or not.
If it's 0, it will fetch the most commonly used songs on the server by artists and list such up.
If it's 1, it will ask the main servers for the list (which is not actively maintained).
*/
?>