summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'device.c')
-rw-r--r--device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.c b/device.c
index 4944e26e..b78b799d 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.68 2009-02-01 23:13:02 rofafor Exp $
+ * $Id: device.c,v 1.69 2009-02-04 08:28:02 phintuka Exp $
*
*/
@@ -861,7 +861,7 @@ int cXinelibDevice::PlayFileCtrl(const char *Cmd, int TimeoutMs)
TRACEF("cXinelibDevice::PlayFile");
int result = -1;
- if(m_PlayingFile != pmNone) {
+ /*if(m_PlayingFile != pmNone)*/ {
if(m_server)
result = m_server->PlayFileCtrl(Cmd, TimeoutMs);
if(m_local)