mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Add category mapping to torrentday, make logs viewable from web ui and change log messages to report new/old release count.
This commit is contained in:
12
src/Jackett/AuthenticationException.cs
Normal file
12
src/Jackett/AuthenticationException.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Jackett
|
||||
{
|
||||
class AuthenticationException : Exception
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user