#93: Initializing some properties in the song model earlier

This commit is contained in:
kdeng00
2024-07-21 16:36:49 -04:00
parent ba0bf851f7
commit 829eb2925b
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -133,6 +133,7 @@ public class SongDataController : BaseController
var fileType = meta.FileExtensionType(tmpSong.SongPath());
song.Filename = tmpSong.Filename;
song.SongDirectory = tmpSong.SongDirectory;
song.DateCreated = tmpSong.DateCreated;
switch (fileType)
{