#93: Starting work to implement flac support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user