This commit is contained in:
Pirates IRC
2025-11-08 10:13:44 -06:00
committed by GitHub
parent dc603625d8
commit ba90a0aaa0

View File

@@ -31,7 +31,7 @@ class Plugin:
"""Dispatcharr Stream-Mapparr Plugin""" """Dispatcharr Stream-Mapparr Plugin"""
name = "Stream-Mapparr" name = "Stream-Mapparr"
version = "0.5.0a" version = "0.5.0b"
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"
# Settings rendered by UI # Settings rendered by UI
@@ -1648,4 +1648,5 @@ plugin_instance = Plugin()
# Alternative export names in case Dispatcharr looks for these # Alternative export names in case Dispatcharr looks for these
stream_mapparr = Plugin() stream_mapparr = Plugin()
STREAM_MAPPARR = Plugin()
STREAM_MAPPARR = Plugin()