Skip to content

Commit

Permalink
fix bug on null plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown authored and Unknown committed Jul 23, 2016
1 parent bf24197 commit c51d65e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.movie.daum.net"
name="Daum Movie"
version="2.1.1"
version="2.1.2"
provider-name="XBMC-Korea">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion daum-movie.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<RegExp input="$$1" output="\1" dest="7">
<expression>"plot":"(.*?)"</expression>
</RegExp>
<expression repeat="yes" noclean="1">(?:\\r|(\\[^r]|[^\\]))</expression>
<expression clear="yes" repeat="yes" noclean="1">(?:\\r|(\\[^r]|[^\\]))</expression>
</RegExp>
<expression trim="1" />
</RegExp>
Expand Down

0 comments on commit c51d65e

Please sign in to comment.