mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix typo in PublicUserDto
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
parent
57cf19f058
commit
5c6339d8fd
@ -27,7 +27,7 @@ namespace MediaBrowser.Model.Dto
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether this instance has configured password.
|
/// Gets or sets a value indicating whether this instance has configured password.
|
||||||
/// Note that in this case this method should not be here, but it is necessary when changeing password at the
|
/// Note that in this case this method should not be here, but it is necessary when changing password at the
|
||||||
/// first login.
|
/// first login.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value><c>true</c> if this instance has configured password; otherwise, <c>false</c>.</value>
|
/// <value><c>true</c> if this instance has configured password; otherwise, <c>false</c>.</value>
|
||||||
@ -45,4 +45,4 @@ namespace MediaBrowser.Model.Dto
|
|||||||
return Name ?? base.ToString();
|
return Name ?? base.ToString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user