-
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