Changeset 37480
- Timestamp:
- Mar 27, 2016, 4:00:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r37479 r37480 28 28 else if(ostrstr(tmplink, "nowvideo") != NULL) 29 29 streamurl = nowvideo(url); 30 else if(ostrstr(tmplink, "movshare") != NULL )30 else if(ostrstr(tmplink, "movshare") != NULL || ostrstr(tmplink, "wholecloud") != NULL) 31 31 streamurl = movshare(url); 32 32 else if(ostrstr(tmplink, "movreel") != NULL)
Note: See TracChangeset
for help on using the changeset viewer.