Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced `JDCacheJSON` with `List<string>` `existingSongs` for tracking cached songs. Removed `cacheJSON` variable and its deserialization. Populated `existingSongs` by deserializing JSON and extracting `ParentMapId` values from `MapsDict`. If `cachingStatus.json` is missing, populated `existingSongs` from directory names in `outputFolder`. Updated song caching check to use `existingSongs` with `StringComparer.OrdinalIgnoreCase`.
- Loading branch information