Dispatcharr/apps/ffmpeg/apps.py
Dispatcharr 3978e60ce9 Pre Alpha 2
Added FFMPEG
Removed "is_active"
Added m3u output
2025-02-19 16:55:23 -06:00

6 lines
186 B
Python

from django.apps import AppConfig
class FfmpegConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.ffmpeg'
verbose_name = "FFmpeg Streaming"