mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
added new cabac value
This commit is contained in:
@@ -4,5 +4,7 @@ namespace MediaBrowser.Controller.Connect
|
||||
public class UserLinkResult
|
||||
{
|
||||
public bool IsPending { get; set; }
|
||||
public bool IsNewUserInvitation { get; set; }
|
||||
public string GuestDisplayName { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user