mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Change mpfire default path to /var/mp3
removed empty database from packet (if path is not "/" it will autobuild) removed unused cdrom_corever
This commit is contained in:
@@ -317,7 +317,7 @@ if ( $mpfiresettings{'ACTION'} eq "scan" ){
|
||||
############################################################################################################################
|
||||
################################### Aufbau der HTML Seite fr globale Sambaeinstellungen ####################################
|
||||
|
||||
$mpfiresettings{'MUSICDIR'} = "/";
|
||||
$mpfiresettings{'MUSICDIR'} = "/var/mp3";
|
||||
&General::readhash("${General::swroot}/mpfire/settings", \%mpfiresettings);
|
||||
|
||||
############################################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user