* optimize periodic scanning * set scanner process priority * update dependencies
8 lines
153 B
C#
8 lines
153 B
C#
namespace ErsatzTV.Core.Errors;
|
|
|
|
public class ScanIsNotRequired : BaseError
|
|
{
|
|
public ScanIsNotRequired() : base("Scan is not required")
|
|
{
|
|
}
|
|
} |