Changeset 36162


Ignore:
Timestamp:
11/13/15 15:01:22 (8 years ago)
Author:
obi
Message:

[tithek] ad movie2k local search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r36158 r36162  
    111111//flag 95       - movie2k 34 movie4k hoster de
    112112//flag 96       - movie2k 35 movie4k hoster other
     113//flag 97   - movie2k 26 movie4k local serach
    113114
    114115//flag 100  - all local search
     
    22702271                                                if(screenlistbox(grid, listbox, countlabel, title, titheklink, &pagecount, &tithekexit, &oaktpage, &oaktline, &ogridcol, 0, 0) == 0) break;
    22712272                                }
     2273                                else if(((struct tithek*)listbox->select->handle)->flag == 97)
     2274                                {
     2275                                        if(movie2k_search_local(grid, listbox, countlabel, load, ((struct tithek*)listbox->select->handle)->link, ((struct tithek*)listbox->select->handle)->title, NULL, 0) == 0)
     2276                                                if(screenlistbox(grid, listbox, countlabel, title, titheklink, &pagecount, &tithekexit, &oaktpage, &oaktline, &ogridcol, 0, 0) == 0) break;
     2277                                }
    22722278                                else if((((struct tithek*)listbox->select->handle)->flag == 66))
    22732279                                {
Note: See TracChangeset for help on using the changeset viewer.