feat: capture and display original upload filename for tracks
This commit is contained in:
@@ -144,6 +144,7 @@
|
||||
string.IsNullOrWhiteSpace(_album) ? null : _album,
|
||||
string.IsNullOrWhiteSpace(_genre) ? null : _genre,
|
||||
string.IsNullOrWhiteSpace(_releaseDate) ? null : _releaseDate,
|
||||
_selectedFile.Name,
|
||||
createdByUserId);
|
||||
|
||||
if (result.Success)
|
||||
|
||||
Reference in New Issue
Block a user