write Catalog.xml only after loading songs
get rid of try/catch in SongManager get rid of try/catch in PrefsManager
This commit is contained in:
@@ -26,6 +26,8 @@ public:
|
||||
ProfileManager();
|
||||
~ProfileManager();
|
||||
|
||||
void Init();
|
||||
|
||||
bool CreateLocalProfile( CString sName );
|
||||
bool RenameLocalProfile( CString sProfileID, CString sNewName );
|
||||
bool DeleteLocalProfile( CString sProfileID );
|
||||
|
||||
Reference in New Issue
Block a user