Ticket #7921: remote-ignored-when-mounting-fix.patch

File remote-ignored-when-mounting-fix.patch, 530 bytes (added by mathew@…, 14 years ago)
  • mythtv/libs/libmyth/mythmedia.cpp

     
    121121                .arg(m_DevicePath);
    122122   
    123123        VERBOSE(VB_MEDIA, QString("Executing '%1'").arg(MountCommand));
    124         if (0 == myth_system(MountCommand))
     124        if (0 == myth_system(MountCommand, MYTH_SYSTEM_DONT_BLOCK_LIRC))
    125125        {
    126126            if (DoMount)
    127127            {