Changeset 40279


Ignore:
Timestamp:
04/02/17 21:16:01 (6 years ago)
Author:
obi
Message:

fix

Location:
titan/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/mc/mc_iptvplayer.h

    r40269 r40279  
    5454        char* filemask = NULL;
    5555        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);
    5757        else
    58                 filemask = ostrcat("*.m3u *.pls", NULL, 0, 0);
     58                filemask = ostrcat("*.m3u *.pls *.mpg", NULL, 0, 0);
    5959       
    6060        // disable global transparent/hangtime
  • titan/plugins/tithek/tithek_global.h

    r40196 r40279  
    882882                                printf("[tithek] getfreespace end\n");
    883883
    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)
    885886                                {
    886887                                        if(file_exist(dnode->page))
Note: See TracChangeset for help on using the changeset viewer.