Skip to content

Commit

Permalink
updated version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
pkscout committed Jul 29, 2023
1 parent 454d47d commit 59c222f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 3 additions & 4 deletions 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.tvshows.themoviedb.org.python"
name="TMDb TV Shows"
version="1.6.5"
version="1.6.6"
provider-name="Team Kodi">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand All @@ -10,9 +10,8 @@
<extension point="xbmc.metadata.scraper.tvshows" library="main.py" cachepersistence="00:15"/>
<extension point="xbmc.addon.metadata">
<reuselanguageinvoker>true</reuselanguageinvoker>
<news>1.6.5
made search of NFO file for a UniqueID less agressive
updated language files
<news>1.6.6
option to get images in different language than descriptions
</news>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.6.6
option to get images in different language than descriptions

1.6.5
made search of NFO file for a UniqueID less agressive
updated language files
Expand Down
2 changes: 1 addition & 1 deletion resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<default>false</default>
<control type="toggle"/>
</setting>
<setting id="languageImages" type="string" label="30008" help="">
<setting id="languageImages" type="string" parent="usedifferentlangforimages" label="30008" help="">
<level>0</level>
<default>en-US</default>
<dependencies>
Expand Down

0 comments on commit 59c222f

Please sign in to comment.