Updated code to correct build errors for Jelyfin.Data and Jellyfin.Database.Implementations
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
// Copyright (c) PlaceholderCompany. All rights reserved.
|
||||
// </copyright>
|
||||
|
||||
using Jellyfin.Database.Implementations.Entities;
|
||||
#pragma warning disable SA1128 // Put constructor initializers on their own line
|
||||
|
||||
namespace Jellyfin.Data.Events.Users
|
||||
{
|
||||
using Jellyfin.Database.Implementations.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// An event that occurs when a user's password has changed.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user