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:
		@@ -110,5 +110,8 @@ Joachim K
 | 
			
		||||
Artem Makhutov
 | 
			
		||||
  for suggesting and heavy testing IGMP based multicast streaming
 | 
			
		||||
 | 
			
		||||
pingpong
 | 
			
		||||
Alwin Esch
 | 
			
		||||
  for adding XBMC support by extending VTP capabilities
 | 
			
		||||
 | 
			
		||||
BBlack
 | 
			
		||||
  for reporting that updating recordings list on CmdPLAY is a bad idea
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							@@ -1,6 +1,7 @@
 | 
			
		||||
VDR Plugin 'streamdev' Revision History
 | 
			
		||||
---------------------------------------
 | 
			
		||||
 | 
			
		||||
- don't update recordings list on CmdPLAY (reported by BBlack)
 | 
			
		||||
- adapted and included xmbc patch for VDR 1.4.x
 | 
			
		||||
- cleaned up common.h / common.c
 | 
			
		||||
- dropped cStreamdevMenuSetupPage
 | 
			
		||||
 
 | 
			
		||||
@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user