From b688af76d4ba05405c8244b28bdb7431b1e38f0f Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 20 Jul 2022 15:55:54 +0300 Subject: [PATCH] Update playlist.js --- scripts/core/playlist.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/core/playlist.js b/scripts/core/playlist.js index eefc0a494..6363b233d 100644 --- a/scripts/core/playlist.js +++ b/scripts/core/playlist.js @@ -22,8 +22,6 @@ class Playlist { if (options.public) { attrs = { 'tvg-id': stream.get('tvg_id'), - 'tvg-country': stream.get('tvg_country'), - 'tvg-language': stream.get('tvg_language'), 'tvg-logo': stream.get('tvg_logo'), 'group-title': stream.get('group_title'), 'user-agent': stream.get('user_agent') || undefined