Remove obsolete getter

pull/4269/head
Joshua M. Boniface 4 years ago
parent 975fca5158
commit 2577595bac

@ -92,8 +92,6 @@ namespace MediaBrowser.Model.Users
public int LoginAttemptsBeforeLockout { get; set; }
public int ActiveSessionCount { get; set; }
public int MaxActiveSessions { get; set; }
public bool EnablePublicSharing { get; set; }

Loading…
Cancel
Save