Ticket #9626: allow_no_tuners.patch

File allow_no_tuners.patch, 715 bytes (added by superm1@…, 13 years ago)
  • mythtv/programs/mythbackend/scheduler.cpp

    old new  
    155155        VERBOSE(VB_IMPORTANT, LOC_ERR +
    156156                "No capture cards are defined in the database.\n\t\t\t"
    157157                "Perhaps you should re-read the installation instructions?");
    158         error = BACKEND_EXIT_NO_CAP_CARD;
    159         return false;
     158        return true;
    160159    }
    161160
    162161    query.prepare("SELECT sourceid,name FROM videosource ORDER BY sourceid;");