diff options
Diffstat (limited to 'MediaBrowser.Controller/Events/Authentication/AuthenticationRequestEventArgs.cs')
| -rw-r--r-- | MediaBrowser.Controller/Events/Authentication/AuthenticationRequestEventArgs.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Events/Authentication/AuthenticationRequestEventArgs.cs b/MediaBrowser.Controller/Events/Authentication/AuthenticationRequestEventArgs.cs index c0d8a277b..2143c6998 100644 --- a/MediaBrowser.Controller/Events/Authentication/AuthenticationRequestEventArgs.cs +++ b/MediaBrowser.Controller/Events/Authentication/AuthenticationRequestEventArgs.cs @@ -6,7 +6,7 @@ namespace MediaBrowser.Controller.Events.Authentication; /// <summary> /// A class representing an authentication result event. /// </summary> -public class AuthenticationRequestEventArgs +public class AuthenticationRequestEventArgs : EventArgs { /// <summary> /// Initializes a new instance of the <see cref="AuthenticationRequestEventArgs"/> class. |
