mirror of https://github.com/iptv-org/iptv
Update issue templates
This commit is contained in:
parent
3b60eb7d78
commit
a64f77528f
|
@ -60,6 +60,13 @@ body:
|
|||
label: HTTP Referrer
|
||||
placeholder: 'https://example.com/'
|
||||
|
||||
- type: textarea
|
||||
id: directives
|
||||
attributes:
|
||||
label: Directives
|
||||
description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#VLCOPT`.'
|
||||
placeholder: '#KODIPROP:inputstream=inputstream.adaptive'
|
||||
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
|
|
|
@ -72,6 +72,13 @@ body:
|
|||
label: HTTP Referrer
|
||||
placeholder: 'https://example.com/'
|
||||
|
||||
- type: textarea
|
||||
id: directives
|
||||
attributes:
|
||||
label: Directives
|
||||
description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#VLCOPT`.'
|
||||
placeholder: '#KODIPROP:inputstream=inputstream.adaptive'
|
||||
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
|
|
Loading…
Reference in New Issue