From ae7dfdab30501adb728acf11b4d89ce2c8753a71 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 8 Oct 2025 21:28:26 +0300 Subject: [PATCH] Fix issue templates --- .github/ISSUE_TEMPLATE/1_streams_add.yml | 2 +- .github/ISSUE_TEMPLATE/2_streams_edit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_streams_add.yml b/.github/ISSUE_TEMPLATE/1_streams_add.yml index 6a49621a26..099fe3504d 100644 --- a/.github/ISSUE_TEMPLATE/1_streams_add.yml +++ b/.github/ISSUE_TEMPLATE/1_streams_add.yml @@ -64,7 +64,7 @@ body: id: directives attributes: label: Directives - description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#VLCOPT`.' + description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#EXTVLCOPT`.' placeholder: '#KODIPROP:inputstream=inputstream.adaptive' - type: textarea diff --git a/.github/ISSUE_TEMPLATE/2_streams_edit.yml b/.github/ISSUE_TEMPLATE/2_streams_edit.yml index ece9afd024..c6a1485fe3 100644 --- a/.github/ISSUE_TEMPLATE/2_streams_edit.yml +++ b/.github/ISSUE_TEMPLATE/2_streams_edit.yml @@ -76,7 +76,7 @@ body: id: directives attributes: label: Directives - description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#VLCOPT`.' + description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#EXTVLCOPT`.' placeholder: '#KODIPROP:inputstream=inputstream.adaptive' - type: textarea