From a0db936e37d99393e3f2165f1219dcc4618d62b2 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Tue, 6 Apr 2021 16:37:12 +0200 Subject: [PATCH] Bump to 2.0.4 --- .github/workflows/addon-submitter.yml | 1 + addon.xml | 9 ++++----- changelog.txt | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/addon-submitter.yml b/.github/workflows/addon-submitter.yml index e3a79e8..279b1b0 100644 --- a/.github/workflows/addon-submitter.yml +++ b/.github/workflows/addon-submitter.yml @@ -41,6 +41,7 @@ jobs: uses: actions/upload-release-asset@v1.0.1 env: GH_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{secrets.GH_TOKEN}} with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ${{ steps.kodi-addon-submitter.outputs.addon-zip }} diff --git a/addon.xml b/addon.xml index e6b978c..9f99605 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -19,10 +19,9 @@ https://forum.kodi.tv/showthread.php?tid=292876 https://github.com/phate89/plugin.video.videomediaset true - 2.0.3 -- fixed live channel list loading in pre-matrix with spechial characters (thx to madpilot78) -- added paging for videos -- added range in url requests (thx to thinkingmik) + 2.0.4 +- fixed loading of live channels and tv guide for a missing property (thx to madpilot78) +- removed workaround that created problems with loading seasons in shows like striscia resources/icon.png diff --git a/changelog.txt b/changelog.txt index 5ab4d3f..83f77b7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +[B]2.0.4[/B] +- fixed loading of live channels and tv guide for a missing property (thx to madpilot78) - removed workaround that created problems with loading seasons in shows like striscia [B]2.0.3[/B]