mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
MPFire: Fix swithing songlist pages.
MPFire: Fix switching of Pages at songlist.
This commit is contained in:
@@ -210,6 +210,7 @@ if ( $mpfiresettings{'ACTION'} eq "scan" ){
|
||||
&General::readhash("${General::swroot}/mpfire/settings", \%mpfiresettings);
|
||||
&Header::getcgihash(\%mpfiresettings);
|
||||
delete $mpfiresettings{'__CGI__'};delete $mpfiresettings{'x'};delete $mpfiresettings{'y'};
|
||||
delete $mpfiresettings{'PAGE'};
|
||||
&General::writehash("${General::swroot}/mpfire/settings", \%mpfiresettings);
|
||||
|
||||
open(DATEI, "<${General::swroot}/mpfire/mpd.conf") || die "Datei nicht gefunden";
|
||||
|
||||
Reference in New Issue
Block a user