Dispatcharr/apps/m3u
SergeantPanda 46695588f7 fix(m3u): enhance custom properties handling and DB connection management
- Implemented `ensure_custom_properties_dict()` to normalize custom properties across various models and serializers, addressing issues with legacy JSON-encoded strings.
- Updated M3U account and channel group models to ensure custom properties are consistently stored as dictionaries during save operations.
- Enhanced Celery task management by ensuring old DB connections are closed before and after tasks, improving reliability and preventing errors during account refresh operations. (Fixes #1338)
2026-06-18 14:59:09 -05:00
..
migrations refactor(m3u, channels): streamline stream assignment and server group management 2026-06-09 13:40:16 -05:00
tests fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
__init__.py
admin.py
api_urls.py
api_views.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
apps.py
connection_pool.py refactor(connection_pool): streamline credential slot management 2026-06-09 18:38:52 -05:00
forms.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
models.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
serializers.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
signals.py Enhancement: Account expiration tracking and notifications for M3U profiles 2026-03-14 18:38:59 -05:00
tasks.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
urls.py
utils.py
views.py