aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Events/Authentication/AuthenticationRequestEventArgs.cs
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2023-07-29 13:50:55 +0200
committerShadowghost <Ghost_of_Stone@web.de>2023-07-29 13:50:55 +0200
commit4bb17039d70683e8a159db92823fed6d992e2fe4 (patch)
tree5681736dea00dcb26505ff27ae40df0a7885e8b7 /MediaBrowser.Controller/Events/Authentication/AuthenticationRequestEventArgs.cs
parent368f9202ce0048b92b3b43ea78a96486f9cd23c4 (diff)
Apply review suggestions
Diffstat (limited to 'MediaBrowser.Controller/Events/Authentication/AuthenticationRequestEventArgs.cs')
-rw-r--r--MediaBrowser.Controller/Events/Authentication/AuthenticationRequestEventArgs.cs2
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.