Skip to content

Commit

Permalink
Fix addon.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Feb 4, 2023
1 parent cd0f8a5 commit 3ca4b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ clean:
@find . -name '__pycache__' -type d -delete
@rm -rf .pytest_cache/ tests/cdm tests/userdata/temp
@rm -f *.log .coverage
@rm -rf dist/
@rm dist/*.zip

build: clean
@printf ">>> Building add-on\n"
Expand Down
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<disclaimer lang="nl_NL">Deze add-on wordt niet ondersteund door DPG Media en wordt aangeboden 'as is', zonder enige garantie. De VTM GO naam, VTM GO logo en de kanaallogo's zijn eigendom van DPG Media en worden gebruikt in overeenstemming met de fair use policy.</disclaimer>
<platform>all</platform>
<license>GPL-3.0-only</license>
<news>v1.4.0 (2023-02-03)</news>
<news>v1.4.0 (2023-02-03)
- Update API to support new DRM.
- Fix subtitles on Kodi 20.
- Add EPG for VTM Non-Stop.
- Remove VTM Kids (no longer available).
- Remove VTM Kids (no longer available).</news>
<source>https://github.com/add-ons/plugin.video.vtm.go</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit 3ca4b38

Please sign in to comment.