From 1db9507519b387230079af44e0c5e686305d3aea Mon Sep 17 00:00:00 2001 From: deflax Date: Wed, 17 Jan 2024 06:42:29 +0200 Subject: [PATCH] update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 247ebe7..41c1975 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Multi channel stream setup with Flask REST API for scheduling channels. 2. Access the recordings gallery at `https://vod.example.com/` ### EPG stream priorities -prio = 0 - scheduled -prio = 1 - live -prio = 2 - live and vod recording +- prio = 0 - scheduled +- prio = 1 - live +- prio = 2 - live and vod recording ### Purge vod database `docker exec -ti television_archive_1 /app/gallery.js storage --storage /data/storage --database /data/config/database.db -l debug purge` \ No newline at end of file