Almost done with updating metadata of song, just need to handle records that have no related records associated with them
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef PATHTYPE_H_
|
||||
#define PATHTYPE_H_
|
||||
|
||||
namespace type
|
||||
{
|
||||
enum PathType
|
||||
{
|
||||
music = 0,
|
||||
archive,
|
||||
temp,
|
||||
coverArt
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user