Directories are created using C++ when a song is uploaded

This commit is contained in:
amazing-username
2019-08-04 14:04:40 +00:00
parent 2d984813ec
commit 15948c4783
10 changed files with 126 additions and 67 deletions
+2
View File
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text;
using Newtonsoft.Json;
@@ -14,6 +15,7 @@ namespace Icarus.Models
public string SongTitle { get; set; }
[JsonIgnore]
public string ImagePath { get; set; }
[NotMapped]
[JsonProperty("song_id")]
public int SongId { get; set; }
[JsonIgnore]