mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Mark PasswordSha1 as obsolete
This commit is contained in:
@@ -12,6 +12,7 @@ namespace MediaBrowser.Controller.Session
|
||||
|
||||
public string Password { get; set; }
|
||||
|
||||
[Obsolete("Send full password in Password field")]
|
||||
public string PasswordSha1 { get; set; }
|
||||
|
||||
public string App { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user