summaryrefslogtreecommitdiff
path: root/server/connectionVTP.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/connectionVTP.c')
-rw-r--r--server/connectionVTP.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/connectionVTP.c b/server/connectionVTP.c
index feeb6ea..0115ddf 100644
--- a/server/connectionVTP.c
+++ b/server/connectionVTP.c
@@ -1,5 +1,5 @@
/*
- * $Id: connectionVTP.c,v 1.18.2.2 2009/09/30 10:02:27 schmirl Exp $
+ * $Id: connectionVTP.c,v 1.18.2.3 2009/09/30 10:10:53 schmirl Exp $
*/
#include "server/connectionVTP.h"
@@ -1088,7 +1088,6 @@ bool cConnectionVTP::CmdTUNE(char *Opts)
bool cConnectionVTP::CmdPLAY(char *Opts)
{
- Recordings.Update(true);
if (*Opts) {
if (isnumber(Opts)) {
cRecording *recording = Recordings.Get(strtol(Opts, NULL, 10) - 1);