Changeset 39034
- Timestamp:
- 09/26/16 17:30:54 (7 years ago)
- Location:
- titan/plugins/tithek
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r39033 r39034 2484 2484 clearscreen(grid); 2485 2485 2486 //if(first == 1)2487 //{2486 if(first == 1) 2487 { 2488 2488 setvol(savevol); 2489 2489 … … 2497 2497 if(status.mcaktiv == 0) 2498 2498 servicecheckret(servicestart(status.lastservice->channel, NULL, NULL, 0), 0); 2499 //}2499 } 2500 2500 } 2501 2501 -
titan/plugins/tithek/tithek_global.h
r39033 r39034 802 802 if(file_exist("/mnt/swapextensions/etc/.codecpack") || file_exist("/var/swap/etc/.codecpack") || file_exist("/var/etc/.codecpack")) 803 803 { 804 unlink("/tmp/parser.tar");805 804 gethttp("atemio.dyndns.tv", "/mediathek/parser_secret.tar", 80, "/tmp/parser.tar", HTTPAUTH, 5000, NULL, 0); 806 805 cmd = ostrcat("tar -xvf /tmp/parser.tar -C ", path, 0, 0); 807 806 system(cmd); 808 807 free(cmd), cmd = NULL; 808 unlink("/tmp/parser.tar"); 809 809 } 810 810
Note: See TracChangeset
for help on using the changeset viewer.