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}"} +