Changeset 24441 for titan/plugins


Ignore:
Timestamp:
10/19/13 19:03:23 (10 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

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

    r24440 r24441  
    310310                                                if(id == NULL)
    311311                                                        id = oregex(".*tvshows-(.*[0-9]{1,10})-.*", pathnew);
    312                                                 if(id == NULL && part == 1)
     312                                                if(id == NULL)
    313313                                                        id = ostrcat(tmpid, NULL, 0, 0);
    314314
     
    342342                                                if(id == NULL)
    343343                                                        id = oregex(".*tvshows-(.*[0-9]{1,10})-.*", path);
    344                                                 if(id == NULL && part == 1)
     344                                                if(id == NULL)
    345345                                                        id = ostrcat(tmpid, NULL, 0, 0);
    346346
Note: See TracChangeset for help on using the changeset viewer.