From 75aa4f50329d43e5728fa905e21573f4574985b6 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:51:38 -0500 Subject: [PATCH] Update FAQ.md Co-authored-by: Aleksandr Statciuk --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 7bc65b429f..f142732721 100644 --- a/FAQ.md +++ b/FAQ.md @@ -146,7 +146,7 @@ The reason is to reduce the workload when adding streams in the list. Since "tvg You can add multiple streams with a single id (in the "tvg-id" parameter), instead of adding information from scratch. For example: ``` -#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) +#EXTINF:-1 tvg-id="CCTV3.cn",CCTV-3综艺 (1080p) ``` Based on [#2086](https://github.com/iptv-org/iptv/issues/2086) (countries) and [#6516](https://github.com/iptv-org/iptv/issues/6516) (use of Database).