Fixes?
This commit is contained in:
@ -27,6 +27,6 @@ namespace NadekoBot.Services.Database.Models
|
||||
[NotMapped]
|
||||
public ITextChannel Channel { get; set; }
|
||||
|
||||
public List<ClashCaller> Bases { get; set; }
|
||||
public List<ClashCaller> Bases { get; set; } = new List<ClashCaller>();
|
||||
}
|
||||
}
|
||||
|
@ -7,6 +7,6 @@ namespace NadekoBot.Services.Database.Models
|
||||
public string Name { get; set; }
|
||||
public string Author { get; set; }
|
||||
public ulong AuthorId { get; set; }
|
||||
public List<PlaylistSong> Songs { get; set; }
|
||||
public List<PlaylistSong> Songs { get; set; } = new List<PlaylistSong>();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user