mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The initial channel is now stored by the channel ID in the setup.conf file
This commit is contained in:
4
config.h
4
config.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: config.h 2.31 2011/05/15 11:46:30 kls Exp $
|
||||
* $Id: config.h 2.32 2011/06/13 14:24:40 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@@ -287,11 +287,11 @@ public:
|
||||
int CurrentChannel;
|
||||
int CurrentVolume;
|
||||
int CurrentDolby;
|
||||
int InitialChannel;
|
||||
int InitialVolume;
|
||||
int ChannelsWrap;
|
||||
int EmergencyExit;
|
||||
int __EndData__;
|
||||
cString InitialChannel;
|
||||
cSetup(void);
|
||||
cSetup& operator= (const cSetup &s);
|
||||
bool Load(const char *FileName);
|
||||
|
||||
Reference in New Issue
Block a user