dev: TMDB API-Key automatisch aus Kodi-Scraper ermitteln

This commit is contained in:
2026-03-11 21:33:19 +01:00
parent f8e59acd94
commit 1969c21c11
5 changed files with 41 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<addon id="plugin.video.viewit" name="ViewIt" version="0.1.78.5-dev" provider-name="ViewIt">
<addon id="plugin.video.viewit" name="ViewIt" version="0.1.79.0-dev" provider-name="ViewIt">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.requests" />