mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
don't update recordings list on CmdPLAY (reported by BBlack)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user