Ignore:
Timestamp:
11/25/17 02:51:33 (6 years ago)
Author:
obi
Message:

update tithel add hoster streamlist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r40900 r41274  
    16521652                free(tmpstr1); tmpstr1 = NULL;
    16531653        }
     1654        else if(!ostrncmp("skip", tmpstr1, 4))
     1655        {
     1656                debug(99, "skip playback screen, cancel by user");
     1657                free(tmpstr); tmpstr = NULL;
     1658                free(tmpstr1); tmpstr1 = NULL;
     1659        }
    16541660        else if(ostrncmp("http", tmpstr1, 4) && ostrncmp("rtmp", tmpstr1, 4) && ostrncmp("mms", tmpstr1, 3) && ostrncmp("rtsp", tmpstr1, 4))
    16551661        {
Note: See TracChangeset for help on using the changeset viewer.