Author: duncan
Date: Thu Jan 18 18:17:48 2007
New Revision: 8993

Modified:
   branches/rel-1/freevo/src/audio/plugins/mplayer.py

Log:
[ 1638698 ] Unable to play audio files from local drive
Patch applied from Chandan Pitta and Frank Naude


Modified: branches/rel-1/freevo/src/audio/plugins/mplayer.py
==============================================================================
--- branches/rel-1/freevo/src/audio/plugins/mplayer.py  (original)
+++ branches/rel-1/freevo/src/audio/plugins/mplayer.py  Thu Jan 18 18:17:48 2007
@@ -128,7 +128,7 @@
         if item.network_play and ( str(filename).endswith('m3u') or 
str(filename).endswith('pls')):
             is_playlist = True
 
-        if str(filename).find(".jsp?"):
+        if str(filename).find(".jsp?") >= 0:
             is_playlist = True
 
         if item.network_play:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to