Changeset 40279
- Timestamp:
- 04/02/17 21:16:01 (6 years ago)
- Location:
- titan/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/mc/mc_iptvplayer.h
r40269 r40279 54 54 char* filemask = NULL; 55 55 if(file_exist("/mnt/swapextensions/etc/.codecpack") || file_exist("/var/swap/etc/.codecpack") || file_exist("/var/etc/.codecpack")) 56 filemask = ostrcat("*.m3u *.pls ", NULL, 0, 0);56 filemask = ostrcat("*.m3u *.pls *.mpg", NULL, 0, 0); 57 57 else 58 filemask = ostrcat("*.m3u *.pls ", NULL, 0, 0);58 filemask = ostrcat("*.m3u *.pls *.mpg", NULL, 0, 0); 59 59 60 60 // disable global transparent/hangtime -
titan/plugins/tithek/tithek_global.h
r40196 r40279 882 882 printf("[tithek] getfreespace end\n"); 883 883 884 if(ostrcmp(dnode->page, "/tmp/python.tar") == 0 || getconfigint("tithek_autoupdate", NULL) == 1) 884 // if(ostrcmp(dnode->page, "/tmp/python.tar") == 0 || getconfigint("tithek_autoupdate", NULL) == 1) 885 if(getconfigint("tithek_autoupdate", NULL) == 1) 885 886 { 886 887 if(file_exist(dnode->page))
Note: See TracChangeset
for help on using the changeset viewer.