Update plugin.py

This commit is contained in:
Pirates IRC
2025-11-11 14:03:57 -06:00
committed by GitHub
parent 0b231546ec
commit be8c9dfce4

View File

@@ -33,7 +33,7 @@ class Plugin:
"""Dispatcharr Stream-Mapparr Plugin""" """Dispatcharr Stream-Mapparr Plugin"""
name = "Stream-Mapparr" name = "Stream-Mapparr"
version = "0.5.0a" version = "0.5.0"
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
@@ -2559,3 +2559,4 @@ plugin_instance = Plugin()
stream_mapparr = Plugin() stream_mapparr = Plugin()
STREAM_MAPPARR = Plugin() STREAM_MAPPARR = Plugin()