Fixed namespaces

This commit is contained in:
JPVenson
2025-03-25 16:45:00 +01:00
parent 160020c551
commit 42bdb22bfb
240 changed files with 252 additions and 255 deletions

View File

@@ -1,5 +1,6 @@
#nullable disable
using Jellyfin.Database.Implementations.Entities;
using MediaBrowser.Controller.Library;
namespace MediaBrowser.Controller.Sorting
@@ -13,7 +14,7 @@ namespace MediaBrowser.Controller.Sorting
/// Gets or sets the user.
/// </summary>
/// <value>The user.</value>
Jellyfin.Data.Entities.User User { get; set; }
User User { get; set; }
/// <summary>
/// Gets or sets the user manager.