From eb31ea63985961b1cd8f793c7a9b526da8a5b9bd 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 7bc65b429..f14273272 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).