Added functionality to check if the song already exists when uploading
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef SONGUPLOAD_H_
|
||||
#define SONGUPLOAD_H_
|
||||
|
||||
namespace type
|
||||
{
|
||||
enum class SongUpload
|
||||
{
|
||||
Successful = 0,
|
||||
AlreadyExist = 1,
|
||||
Failed = 2
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user