diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-13 14:53:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-13 14:53:23 +0000 |
commit | 401b7e13c63d45bdd469db1f275d5c7473564bab (patch) | |
tree | 2bd0c13ea7239fa3b923aa7ce9588cbf8e3fe80d /lib/general.lib.php | |
parent | 817cac65b78c7676f717dc090d55e28dba6558ad (diff) | |
download | ampache-401b7e13c63d45bdd469db1f275d5c7473564bab.tar.gz ampache-401b7e13c63d45bdd469db1f275d5c7473564bab.tar.bz2 ampache-401b7e13c63d45bdd469db1f275d5c7473564bab.zip |
commented out my wmp10 fix that wasnt a fix :D
Diffstat (limited to 'lib/general.lib.php')
-rw-r--r-- | lib/general.lib.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/general.lib.php b/lib/general.lib.php index 8395393d..297ac667 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -793,8 +793,9 @@ function delete_now_playing($insert_id) { $user_agent = $_SERVER['HTTP_USER_AGENT']; if (stristr($user_agent,"Windows-Media-Player")) { - // Do Nothing! - return true; + // Commented out until I can figure out the + // trick to making this work + //return true; } |