From ac40edfd24c06536dcfcc990769934a98a496075 Mon Sep 17 00:00:00 2001 From: schmirl Date: Wed, 30 Sep 2009 10:10:40 +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 c177eaf..96b7832 100644 --- a/server/connectionVTP.c +++ b/server/connectionVTP.c @@ -1,5 +1,5 @@ /* - * $Id: connectionVTP.c,v 1.23 2009/07/17 06:21:24 schmirl Exp $ + * $Id: connectionVTP.c,v 1.24 2009/09/30 10:10:40 schmirl Exp $ */ #include "server/connectionVTP.h" @@ -1086,7 +1086,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