From b3d4933cac6bca806f51ec1083d7a33f4e480beb Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Tue, 13 May 2025 14:03:04 +0800 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20hasTvg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Core/IniFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Core/IniFile.php b/app/Core/IniFile.php index 83d8bf8..d662ffd 100644 --- a/app/Core/IniFile.php +++ b/app/Core/IniFile.php @@ -68,7 +68,7 @@ class IniFile $data['attributes'] = []; } - $data['hasTvg'] = !empty($data['asttributes']['url-tvg']); + $data['hasTvg'] = !empty($data['attributes']['url-tvg']); $data['hasCatchup'] = str_contains($data['content'] ?? '', 'catchup'); $data['tags'] = [];