diff options
author | schmirl <schmirl> | 2009-09-30 10:10:53 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2009-09-30 10:10:53 +0000 |
commit | 900af77de72d37a24a50f05c5d6cbc7235096fd2 (patch) | |
tree | 578f5988c0a151fabe647d6162e1e5b1739734ba /server/connectionVTP.c | |
parent | e0f60bbd8153191c9f89d7d1c3c62ea71634a34b (diff) | |
download | vdr-plugin-streamdev-900af77de72d37a24a50f05c5d6cbc7235096fd2.tar.gz vdr-plugin-streamdev-900af77de72d37a24a50f05c5d6cbc7235096fd2.tar.bz2 |
don't update recordings list on CmdPLAY (reported by BBlack)
Diffstat (limited to 'server/connectionVTP.c')
-rw-r--r-- | server/connectionVTP.c | 3 |
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); |