mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added 'Hrvatska radiotelevizija' and 'RTV Slovenija' to ca.conf
This commit is contained in:
parent
5241699007
commit
c1dcc3e5a5
@ -522,3 +522,6 @@ Jan Rieger <jan@ricomp.de>
|
||||
|
||||
Walter Stroebel <walter.stroebel@lifeline.nl>
|
||||
for introducing "Doxygen" to document the VDR source code
|
||||
|
||||
Paul Gohn <pgohn@nexgo.de>
|
||||
for adding 'Hrvatska radiotelevizija' and 'RTV Slovenija' to ca.conf
|
||||
|
5
HISTORY
5
HISTORY
@ -1916,3 +1916,8 @@ Video Disk Recorder Revision History
|
||||
- Since several channels put very long strings into the Subtitle part of their
|
||||
EPG data, that string is now limited in length when used in a recording's
|
||||
file name.
|
||||
|
||||
2003-01-12: Version 1.1.22
|
||||
|
||||
- Added 'Hrvatska radiotelevizija' and 'RTV Slovenija' to ca.conf (thanks to
|
||||
Paul Gohn).
|
||||
|
2
ca.conf
2
ca.conf
@ -29,6 +29,8 @@
|
||||
402 NTV Plus
|
||||
403 Viasat
|
||||
404 Parabole Reunion
|
||||
405 Hrvatska radiotelevizija
|
||||
406 RTV Slovenija
|
||||
|
||||
# Viaccess 2
|
||||
|
||||
|
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 1.145 2002/12/22 15:29:45 kls Exp $
|
||||
* $Id: config.h 1.146 2003/01/12 09:44:28 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -19,7 +19,7 @@
|
||||
#include "device.h"
|
||||
#include "tools.h"
|
||||
|
||||
#define VDRVERSION "1.1.21"
|
||||
#define VDRVERSION "1.1.22"
|
||||
|
||||
#define MAXPRIORITY 99
|
||||
#define MAXLIFETIME 99
|
||||
|
Loading…
Reference in New Issue
Block a user