mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
Apply review suggestions
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
using System;
|
||||
using MediaBrowser.Controller.Authentication;
|
||||
using MediaBrowser.Controller.Session;
|
||||
using MediaBrowser.Model.Dto;
|
||||
@@ -7,7 +8,7 @@ namespace MediaBrowser.Controller.Events.Authentication;
|
||||
/// <summary>
|
||||
/// A class representing an authentication result event.
|
||||
/// </summary>
|
||||
public class AuthenticationResultEventArgs
|
||||
public class AuthenticationResultEventArgs : EventArgs
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AuthenticationResultEventArgs"/> class.
|
||||
|
||||
Reference in New Issue
Block a user