Use correct program name in exception message
This commit is contained in:
parent
3cc21b99c2
commit
3fe1b2c45f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user