mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-30 19:55:08 -04:00
worsen comment
This commit is contained in:
parent
a7ad5dfc80
commit
96e4d8ca78
@ -265,7 +265,7 @@ namespace Emby.Server.Implementations.Library
|
|||||||
/// Converts a UserItemData to a DTOUserItemData.
|
/// Converts a UserItemData to a DTOUserItemData.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="data">The data.</param>
|
/// <param name="data">The data.</param>
|
||||||
/// <param name="itemId">The the reference key to an Item.</param>
|
/// <param name="itemId">The reference key to an Item.</param>
|
||||||
/// <returns>DtoUserItemData.</returns>
|
/// <returns>DtoUserItemData.</returns>
|
||||||
/// <exception cref="ArgumentNullException"><paramref name="data"/> is <c>null</c>.</exception>
|
/// <exception cref="ArgumentNullException"><paramref name="data"/> is <c>null</c>.</exception>
|
||||||
private UserItemDataDto GetUserItemDataDto(UserItemData data, Guid itemId)
|
private UserItemDataDto GetUserItemDataDto(UserItemData data, Guid itemId)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user