[CHANGE] Preparing client init
This commit is contained in:
@@ -10,4 +10,6 @@ public class ClientAccountEntity : DateTimeBase
|
||||
public string Name { get; set; } = "";
|
||||
public List<PlaylistEntity> Playlists { get; set; } = [];
|
||||
public List<HttpCookieEntity> HttpCookies { get; set; } = [];
|
||||
[MaxLength(DataConstants.DbContext.DefaultDbStringSize)]
|
||||
public string? UserAgent { get; set; }
|
||||
}
|
Reference in New Issue
Block a user