Changeset 15506 for titan/titan


Ignore:
Timestamp:
05/05/12 14:53:09 (12 years ago)
Author:
nit
Message:

[titan] add checkpmtalways

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r15427 r15506  
    739739        status.epgscanlistthread = addtimer(&epgscanlistthread, START, 1000, 1, NULL, NULL, NULL);
    740740        //get pmt
    741         addtimer(&dvbgetpmtthread, START, 2000, -1, NULL, NULL, NULL);
     741  if(getconfigint("checkpmtalways", NULL) == 1)
     742    addtimer(&dvbgetpmtthread, START, 2000, -1, NULL, NULL, NULL);
    742743        //check hdd
    743744        status.addhddall = addtimer(&addhddall, START, 6000, -1, NULL, NULL, NULL);
Note: See TracChangeset for help on using the changeset viewer.