Skip to content

Commit

Permalink
[addons] sync with repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Nov 17, 2018
1 parent f01060f commit 5bd1dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/metadata.common.musicbrainz.org/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.common.musicbrainz.org"
name="MusicBrainz Scraper Library"
version="2.2.0"
version="2.2.1"
provider-name="Team Kodi">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/metadata.common.musicbrainz.org/musicbrainz.xml
Expand Up @@ -155,7 +155,7 @@
</GetMBAlbumRatingByMBID>
<ParseMBAlbumRating dest="5">
<RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
<RegExp input="$$1" output="&lt;rating&gt;\1&lt;/rating&gt;" dest="2">
<RegExp input="$$1" output="&lt;rating max=&quot;5.0&quot;&gt;\1&lt;/rating&gt;" dest="2">
<expression noclean="1">&lt;/primary-type&gt;&lt;rating votes-count="[^"]*"&gt;(\d)</expression>
</RegExp>
<expression noclean="1">(.+)</expression>
Expand Down

0 comments on commit 5bd1dfd

Please sign in to comment.