diff --git a/mythtv/libs/libmythtv/dbcheck.cpp b/mythtv/libs/libmythtv/dbcheck.cpp index 615730a7a61..72cebbef9df 100644 --- a/mythtv/libs/libmythtv/dbcheck.cpp +++ b/mythtv/libs/libmythtv/dbcheck.cpp @@ -3909,12 +3909,12 @@ static bool doUpgradeTVDatabaseSchema(void) { // Delete any existing recording extender tables. DBUpdates updates = getRecordingExtenderDbInfo(-1); - if (!performUpdateSeries("MythtTV", updates)) + if (!performUpdateSeries("MythTV", updates)) return false; // Now (re)create them. updates = getRecordingExtenderDbInfo(1); - if (!performUpdateSeries("MythtTV", updates)) + if (!performUpdateSeries("MythTV", updates)) return false; // Add new tv listing name ->api name mappings for college