diff --git a/index.html b/index.html index 0a86e41d..52a99759 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@
logo
-

Stremio-Jackett v3.0.11

+

Stremio-Jackett v3.0.13

Addon configuration

diff --git a/main.py b/main.py index 9c22be21..77ba7c29 100644 --- a/main.py +++ b/main.py @@ -37,7 +37,7 @@ root_path = "/" + root_path app = FastAPI(root_path=root_path) -VERSION = "3.0.11" +VERSION = "3.0.13" isDev = os.getenv("NODE_ENV") == "development" class LogFilterMiddleware: @@ -92,7 +92,7 @@ async def get_manifest(): "catalogs": [], "resources": ["stream"], "types": ["movie", "series"], - "name": "Jackett" + " (Dev)" if isDev else "", + "name": "Jackett" + (" (Dev)" if isDev else ""), "description": "Stremio Jackett Addon", "behaviorHints": { "configurable": True, diff --git a/update-dev.sh b/update-dev.sh old mode 100755 new mode 100644