Fixed import and export
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
namespace Moonlight.App.Database.Entities;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Moonlight.App.Database.Entities;
|
||||
|
||||
public class DockerImage
|
||||
{
|
||||
[JsonIgnore]
|
||||
public int Id { get; set; }
|
||||
public bool Default { get; set; } = false;
|
||||
public string Name { get; set; } = "";
|
||||
|
||||
Reference in New Issue
Block a user