mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Add Subsonic library update and notify (#368)
* New: Add Subsonic library update and notify * New: Subsonic setting for to allow connection via SSL
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace NzbDrone.Core.Notifications.Subsonic
|
||||
{
|
||||
public class SubsonicAuthenticationException : SubsonicException
|
||||
{
|
||||
public SubsonicAuthenticationException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
|
||||
public SubsonicAuthenticationException(string message, params object[] args)
|
||||
: base(message, args)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user