Changeset 44785 for titan


Ignore:
Timestamp:
02/16/20 18:34:12 (4 years ago)
Author:
gost
Message:

test workaround ci

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r44707 r44785  
    10921092        }
    10931093        setvol(getconfigint("vol", NULL));
     1094
     1095        //ciplus workaround.... muss als erstes starten
     1096        if(getconfigint("ciplusrun", NULL) == 1)
     1097        {
     1098                serviceret = servicestart(getchannel(getconfigint("ciplus_serviceid", NULL), getconfigllu("ciplus_transponderid", NULL)), getconfig("ciplus_channellist", NULL), NULL, 0);
     1099                sleep(2);
     1100        }
     1101
    10941102        //tune to channel
    10951103        if(status.servicetype == 0)
Note: See TracChangeset for help on using the changeset viewer.