Changeset 41759 for titan/plugins


Ignore:
Timestamp:
01/19/18 00:25:54 (6 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/mc/mc_videoplayer.h

    r41757 r41759  
    839839                                filename = createpath(filelistpath->text, filelist->select->name);
    840840
    841                                 if(cmpfilenameext(filename, ".ts") == 0)               
     841                                if(cmpfilenameext(filename, ".ts") == 0 && checkbox("VUSOLO2") != 1)           
    842842                                        playertype = 1;
    843843                                else
Note: See TracChangeset for help on using the changeset viewer.