From ade6a9f4f67b77261d07152ac297cde19862a946 Mon Sep 17 00:00:00 2001 From: Pirates IRC <98669745+PiratesIRC@users.noreply.github.com> Date: Fri, 28 Nov 2025 11:57:38 -0600 Subject: [PATCH] 0.6.0d --- Stream-Mapparr/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Stream-Mapparr/plugin.py b/Stream-Mapparr/plugin.py index c30f848..05583f1 100644 --- a/Stream-Mapparr/plugin.py +++ b/Stream-Mapparr/plugin.py @@ -89,7 +89,7 @@ class Plugin: """Dispatcharr Stream-Mapparr Plugin""" name = "Stream-Mapparr" - version = "0.6.0b" + version = "0.6.0d" description = "🎯 Automatically add matching streams to channels based on name similarity and quality precedence with enhanced fuzzy matching" @property @@ -2946,3 +2946,4 @@ class Plugin: except Exception as e: return {"status": "error", "message": f"Error clearing CSV exports: {e}"} +