Changeset 44851
- Timestamp:
- May 1, 2020, 2:10:59 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r44850 r44851 2277 2277 if(rcret == 1) return; 2278 2278 } 2279 gethttp("atemio.dyndns.tv", "/mediathek/menu/default.jpg", 80, "/tmp/tithek/default.jpg", HTTPAUTH, 5000, NULL, 0); 2279 2280 } 2280 2281 … … 2439 2440 { 2440 2441 debug(99, "not found: %s use default /tmp/tithek/default.jpg", tithekpic); 2442 if(!file_exist("/tmp/tithek/default.jpg")) 2443 gethttp("atemio.dyndns.tv", "/mediathek/menu/default.jpg", 80, "/tmp/tithek/default.jpg", HTTPAUTH, 5000, NULL, 0); 2441 2444 free(tithekpic); tithekpic = NULL; 2442 2445 tithekpic = ostrcat("/tmp/tithek/default.jpg", NULL, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.