#93: Song Model changes and support for different file types

This commit is contained in:
kdeng00
2024-07-25 19:33:05 -04:00
parent c60ca48ca1
commit 983b434823
3 changed files with 34 additions and 4 deletions
+2
View File
@@ -28,6 +28,8 @@ public class Song
public string Filename { get; set; }
[JsonIgnore]
public string SongDirectory { get; set; }
[JsonProperty("audio_type")]
public string? AudioType { get; set; }
[JsonProperty("track")]
public int Track { get; set; } = 0;
[JsonProperty("track_count")]