MusicBrainz API Module

Module for interacting with the MusicBrainz API.

這裡顯示腳本的所有版本。 只顯示彼此間有代碼差異的版本。

  • v0.2.3 2025-11-04

    Fix cache redundancy and ensure lookupUrl returns a Map

    Resolves a stale data bug in the YouTube MusicBrainz Importer that was caused by a redundant, local cache (_urlCache) which was not being invalidated.

    Removing this redundant cache revealed a subsequent TypeError, as the importer expected a Map from _mbApi.lookupUrl, but the MusicBrainzAPI.js library returned a plain Object. This commit refactors the MusicBrainzAPI.js library to have its lookupUrl method return a Map to fix this underlying issue.

  • v0.2.2 2025-10-18

    fix:(MusicBrainzAPI.js) batch URL lookup

  • v0.2.1 2025-10-12