summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2006-11-04 01:28:06 +0000
committerpb1dft <pb1dft@ampache>2006-11-04 01:28:06 +0000
commitd7996a68590933cbccbcf1011e8cf6e92c1510b7 (patch)
treed541a31d8117acbeaa23390a9eca53139ad83c4d /lib
parent7e7827bde92aebc015e5eb2bfd854416eaf446ed (diff)
downloadampache-d7996a68590933cbccbcf1011e8cf6e92c1510b7.tar.gz
ampache-d7996a68590933cbccbcf1011e8cf6e92c1510b7.tar.bz2
ampache-d7996a68590933cbccbcf1011e8cf6e92c1510b7.zip
Some minor mods
Diffstat (limited to 'lib')
-rw-r--r--lib/class/stream.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index 7d0566bb..cbdd6edd 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -246,7 +246,7 @@ class Stream {
echo "<script language=\"javascript\" type=\"text/javascript\">\n";
echo "<!-- begin\n";
echo "function PlayerPopUp(URL) {\n";
- echo "window.open(URL, 'XSPF_player', 'width=400,height=168,scrollbars=0,toolbar=0,location=0,directories=0,status=1,resizable=0');\n";
+ echo "window.open(URL, 'XSPF_player', 'width=355,height=300,scrollbars=0,toolbar=0,location=0,directories=0,status=1,resizable=0');\n";
echo "window.location = '" . return_referer() . "';\n";
echo "return false;\n";
echo "}\n";