Changeset 32849


Ignore:
Timestamp:
02/03/15 22:24:47 (8 years ago)
Author:
obi
Message:

fix new record name mediadb scan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/mediadb.h

    r32837 r32849  
    15491549// strip () strings
    15501550// for (channel)-movie-(..).ts name
    1551         tmpstr1 = string_resub("(", ")", tmpstr, 0);
     1551        tmpstr1 = string_resub("(", ")", shortname, 0);
    15521552        if(tmpstr1 != NULL)
    15531553        {
     
    15691569
    15701570// for movie-(channel-...).ts name
    1571         tmpstr1 = string_resub("(", ")", tmpstr, 0);
     1571        tmpstr1 = string_resub("(", ")", shortname, 0);
    15721572        if(tmpstr1 != NULL)
    15731573        {
Note: See TracChangeset for help on using the changeset viewer.