#93: Starting work to implement flac support

This commit is contained in:
kdeng00
2024-07-08 19:08:26 -04:00
parent fbb761fb5c
commit bde264fedc
4 changed files with 39 additions and 0 deletions
+1
View File
@@ -207,6 +207,7 @@ public class SongManager : BaseManager
}
}
// Change the name of this method to only focus on wav files
public void SaveSongToFileSystem(IFormFile songFile, IFormFile coverArtData, Song song)
{
song.SongDirectory = _tempDirectoryRoot;