Skip to content

Commit

Permalink
make url of metadata source configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
squawkcpp committed Aug 12, 2018
1 parent 0ed7b31 commit 130e762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions av/discid/discid.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ std::error_code get (
std::error_code mb (
/** discinfo album table of content */ const toc_t& discinfo,
/** target release info */ release_t& target,
/** musicbrainz url */ const std::string& musicbrainz = "http://musicbrainz.org/ws/2/" );
/** musicbrainz url */ const std::string& musicbrainz = "http://musicbrainz.org/ws/2" );

/** @brief busicbrainz url from cdripper logfile.
<a href="https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2#discid">
Expand All @@ -124,7 +124,7 @@ std::error_code mb (
std::error_code mb (
/** musicbrainz release id */ const std::string& mbid,
/** result toc */ toc_t& target,
/** musicbrainz url */ const std::string& musicbrainz = "http://musicbrainz.org/ws/2/" );
/** musicbrainz url */ const std::string& musicbrainz = "http://musicbrainz.org/ws/2" );

/** @brief freedb url from table of content.
@return error code. */
Expand Down

0 comments on commit 130e762

Please sign in to comment.