mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
@@ -2,7 +2,8 @@ namespace NzbDrone.Core.Notifications.Subsonic
|
||||
{
|
||||
public class SubsonicAuthenticationException : SubsonicException
|
||||
{
|
||||
public SubsonicAuthenticationException(string message) : base(message)
|
||||
public SubsonicAuthenticationException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user