Replace UserId with User in NextUpQuery

This commit is contained in:
Bond_009
2024-05-15 18:20:46 +02:00
parent 09f4477510
commit a90316b4d9
4 changed files with 15 additions and 25 deletions

View File

@@ -2,6 +2,7 @@
#pragma warning disable CS1591
using System;
using Jellyfin.Data.Entities;
using MediaBrowser.Model.Entities;
namespace MediaBrowser.Model.Querying
@@ -19,10 +20,10 @@ namespace MediaBrowser.Model.Querying
}
/// <summary>
/// Gets or sets the user id.
/// Gets or sets the user.
/// </summary>
/// <value>The user id.</value>
public Guid UserId { get; set; }
/// <value>The user.</value>
public User User { get; set; }
/// <summary>
/// Gets or sets the parent identifier.