This commit is contained in:
Pirates IRC
2025-11-28 11:57:38 -06:00
committed by GitHub
parent 375433adbf
commit ade6a9f4f6

View File

@@ -89,7 +89,7 @@ class Plugin:
"""Dispatcharr Stream-Mapparr Plugin""" """Dispatcharr Stream-Mapparr Plugin"""
name = "Stream-Mapparr" 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" description = "🎯 Automatically add matching streams to channels based on name similarity and quality precedence with enhanced fuzzy matching"
@property @property
@@ -2946,3 +2946,4 @@ class Plugin:
except Exception as e: except Exception as e:
return {"status": "error", "message": f"Error clearing CSV exports: {e}"} return {"status": "error", "message": f"Error clearing CSV exports: {e}"}