=================================================================== RCS file: /cvs/mp3/daemon/playmp3s.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mp3/daemon/playmp3s.pl 2007/02/08 17:54:38 1.4 +++ mp3/daemon/playmp3s.pl 2007/02/08 18:13:33 1.5 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $RedRiver: playmp3s.pl,v 1.3 2006/08/12 00:28:56 andrew Exp $ +# $RedRiver: playmp3s.pl,v 1.4 2007/02/08 17:54:38 andrew Exp $ ######################################################################## # PlayMP3.pl *** play's MP3s off a playlist using mp3play # @@ -63,7 +63,7 @@ Print_PlayLog("\tGot $song - filename is\n\t$filename\n"); Print_PlayLog("displaying file that is playing . . . "); - DisplayPlaying($cfgs{playedhtml},$filename); + DisplayPlaying($cfgs{currenthtml},$filename); Print_PlayLog("done\n"); if ($save_playlist) { @@ -102,7 +102,7 @@ } Print_PlayLog("Displaying Nothing . . ."); - DisplayPlaying($cfgs{playedhtml},"Nothing"); + DisplayPlaying($cfgs{currenthtml},"Nothing"); Print_PlayLog("done\n"); #@playlist = ();