Changeset 16225 for titan/plugins/tmdb


Ignore:
Timestamp:
06/02/12 12:54:09 (12 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

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

    r16205 r16225  
    291291                if(flag == 2)
    292292                {
    293                         path = ostrcat(path, getconfig("mediadb", NULL), 1, 0);
     293                        path = ostrcat(path, getconfig("mediadbpath", NULL), 1, 0);
    294294                        if(path != NULL && file_exist(path))
    295295                        {
Note: See TracChangeset for help on using the changeset viewer.