mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-24 18:56:01 +10:00
- Updated package.json to include the UCS.csv file under the 'data' directory instead of the root.
- Modified MainApp.ts to resolve the path for UCS.csv from the 'data' directory. - Deleted the unused test.wav file to clean up the repository.
This commit is contained in:
@@ -41,7 +41,7 @@ export class MainApp {
|
||||
this.searchService
|
||||
);
|
||||
|
||||
const catalogPath = this.resolveResourcePath('UCS.csv');
|
||||
const catalogPath = this.resolveResourcePath(path.join('data', 'UCS.csv'));
|
||||
await this.libraryService.ensureCategoriesLoaded(catalogPath);
|
||||
await this.libraryService.scanLibrary();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user