Changeset 45547


Ignore:
Timestamp:
08/04/21 21:38:32 (3 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/mc/mc_iptvplayer.h

    r45545 r45547  
    371371                                setfbtransparent(255);
    372372//////
     373
     374                if (ostrstr(filename, "&tslivemode=1") == NULL)
     375                    filename = ostrcat(filename, "&tslivemode=1", 1, 0);               
     376
     377                                debug(50, "playerstart change: %s", filename);
     378
    373379                                playerret = playerstart(filename);
    374380                                playwritevfd(filename, NULL);
     
    485491                                //servicestop(status.aktservice, 1, 1);
    486492#endif
    487 
    488                 if (ostrstr(filename, "&tslivemode=1") == NULL)
    489                     filename = ostrcat(filename, "&tslivemode=1", 1, 0);               
    490 
    491                                 debug(50, "playerstart change: %s", filename);
    492493
    493494                                playerret = playerstart(filename);
Note: See TracChangeset for help on using the changeset viewer.