don't update recordings list on CmdPLAY (reported by BBlack)

This commit is contained in:
schmirl
2009-09-30 10:10:53 +00:00
parent e0f60bbd81
commit 900af77de7
3 changed files with 6 additions and 3 deletions

View File

@@ -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);