mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-25 18:42:27 +02:00
restructure epg
This commit is contained in:
@@ -47,7 +47,7 @@ if [ ! -d "/app/routes/streams" ]; then
|
||||
MISSING_FILES=$((MISSING_FILES + 1))
|
||||
else
|
||||
# Verify all required stream module files exist
|
||||
REQUIRED_STREAM_MODULES=("__init__.py" "channels.py" "events.py" "vod.py" "recordings.py" "epg.py")
|
||||
REQUIRED_STREAM_MODULES=("__init__.py" "channels.py" "events.py" "vod.py" "recordings.py")
|
||||
for module in "${REQUIRED_STREAM_MODULES[@]}"; do
|
||||
if [ ! -f "/app/routes/streams/$module" ]; then
|
||||
echo "ERROR: Missing required stream module: /app/routes/streams/$module"
|
||||
|
||||
Reference in New Issue
Block a user