Changeset 41670


Ignore:
Timestamp:
01/11/18 20:31:33 (6 years ago)
Author:
gost
Message:

[mc] fix rcpause dm900

File:
1 edited

Legend:

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

    r41352 r41670  
    402402                                playrcfr(filename, NULL, &playinfobarstatus, &playinfobarcount, playertype, flag);
    403403                }
    404                 else if(rcret == getrcconfigint("rcpause", NULL) || ((checkbox("ATEMIO520") == 1 || checkbox("ATEMIO530") == 1) && rcret == getrcconfigint("rcplay", NULL) && status.pause == 0 && status.slowspeed == 0 && status.playspeed == 0 && ostrcmp(getconfig("remotecontrol", NULL), "0") == 0))
     404               
     405                else if(rcret == getrcconfigint("rcpause", NULL) || ((checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1 || checkbox("ATEMIO520") == 1 || checkbox("ATEMIO530") == 1 || checkbox("ATEMIO520") == 1 || checkbox("ATEMIO530") == 1) && rcret == getrcconfigint("rcplay", NULL) && status.pause == 0 && status.slowspeed == 0 && status.playspeed == 0 && ostrcmp(getconfig("remotecontrol", NULL), "0") == 0))
    405406                {
    406407                        if((status.play == 1) || (status.pause == 1) || (status.playspeed != 0))
Note: See TracChangeset for help on using the changeset viewer.