From 900af77de72d37a24a50f05c5d6cbc7235096fd2 Mon Sep 17 00:00:00 2001 From: schmirl Date: Wed, 30 Sep 2009 10:10:53 +0000 Subject: don't update recordings list on CmdPLAY (reported by BBlack) --- server/connectionVTP.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server') 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); -- cgit v1.2.3