write Catalog.xml that contains song and course metadata - useful for importing into other tools
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "ScoreKeeperMAX2.h"
|
||||
#include "crypto/CryptRand.h"
|
||||
#include "UnlockSystem.h"
|
||||
#include "CatalogXml.h"
|
||||
|
||||
//
|
||||
// Old file versions for backward compatibility
|
||||
@@ -1656,6 +1657,8 @@ void Profile::SaveStatsWebPageToDir( CString sDir ) const
|
||||
PROFILEMAN->GetMachineProfile(),
|
||||
bThisIsMachineProfile ? HTML_TYPE_MACHINE : HTML_TYPE_PLAYER
|
||||
);
|
||||
if( bThisIsMachineProfile )
|
||||
SaveCatalogXml( sDir );
|
||||
}
|
||||
|
||||
void Profile::SaveMachinePublicKeyToDir( CString sDir ) const
|
||||
|
||||
Reference in New Issue
Block a user