mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
MPFire: Fix swithing songlist pages.
MPFire: Fix switching of Pages at songlist.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
* Net-IPv4Addr-0.10
|
||||
* Net-SSLeay-1.35
|
||||
* Net-Server-0.93
|
||||
* Net-Server-0.97
|
||||
* Python-2.4.3
|
||||
* SDL-1.2.11
|
||||
* Text-Tabs+Wrap-2005.0824
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -30,7 +30,7 @@ THISAPP = mpfire-$(VER)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = mpfire
|
||||
PAK_VER = 7
|
||||
PAK_VER = 8
|
||||
|
||||
DEPS = "mpd mpc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user