Changeset 36973 for titan/plugins


Ignore:
Timestamp:
01/28/16 01:31:54 (8 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r36972 r36973  
    701701        tmpstr = string_newline(tmpstr);
    702702
    703         if(ostrstr(link, ".sh play") != NULL)
     703        if(ostrstr(link, ".sh play ") != NULL)
    704704                streamurl = ostrcat(tmpstr, NULL, 0, 0);
    705         else if(ostrstr(link, ".sh hoster") != NULL)
     705        else if(ostrstr(link, ".sh hoster ") != NULL)
    706706                streamurl = hoster(tmpstr);
    707707
Note: See TracChangeset for help on using the changeset viewer.