MPFire: Fix swithing songlist pages.

MPFire: Fix switching of Pages at songlist.
This commit is contained in:
Arne Fitzenreiter
2009-10-26 21:24:19 +01:00
parent f7ea74a78b
commit e44d32bf2c
3 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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";

View File

@@ -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"