Use correct program name in exception message

This commit is contained in:
ConfusedPolarBear 2022-06-10 17:01:17 -05:00
parent 3cc21b99c2
commit 3fe1b2c45f

View File

@ -106,7 +106,7 @@ public class FingerprinterTask : IScheduledTask
if (queue.Count == 0)
{
throw new FingerprintException(
"No episodes to analyze: either no show libraries are defined or ffmpeg is not properly installed");
"No episodes to analyze: either no show libraries are defined or fpcalc is not properly installed");
}
var totalProcessed = 0;