Skip to content

Commit

Permalink
web-app HDHR channel Import: Fix error
Browse files Browse the repository at this point in the history
Cpoy/Paste error fixed
  • Loading branch information
bennettpeter committed May 9, 2023
1 parent 4ea3bdd commit ed2f134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/channelscan/channelscanner_web.cpp
Expand Up @@ -295,7 +295,7 @@ bool ChannelScannerWeb::StartScan (uint cardid,
ImportVBox(cardid, inputname, sourceid,
freeToAirOnly,
service_requirements);
else if (nScanType == ScanTypeSetting::VBoxImport)
else if (nScanType == ScanTypeSetting::HDHRImport)
ImportHDHR(cardid, inputname, sourceid,
service_requirements);
else if (nScanType == ScanTypeSetting::ExternRecImport)
Expand Down

0 comments on commit ed2f134

Please sign in to comment.