Ignore:
Timestamp:
02/17/15 22:21:16 (8 years ago)
Author:
obi
Message:

update demo stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/keyactions.h

    r31963 r33139  
    2828                        while(child != NULL)
    2929                        {
    30                                 if(child->del == PLUGINDELMARK && (status.security == 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))
     30                                if(child->del == PLUGINDELMARK && (status.security >= 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))
    3131                                {
    3232                                        if(!ostrncmp("TMDb", child->name, 4))
     
    5353                        while(child != NULL)
    5454                        {
    55                                 if(child->del == PLUGINDELMARK && (status.security == 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))
     55                                if(child->del == PLUGINDELMARK && (status.security >= 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))
    5656                                {
    5757                                        if(ostrcmp(child->name, "Media Center") == 0)
Note: See TracChangeset for help on using the changeset viewer.