mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-12 22:26:16 -04:00
Remove multiline placeholder text
This commit is contained in:
parent
4af3912221
commit
d2344eaa19
1 changed files with 2 additions and 16 deletions
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -41,11 +41,7 @@ body:
|
|||
you would run `rip url https://example.com -vvv` to get the debug logs.
|
||||
Make sure to check the logs for any personal information such as emails and remove them.
|
||||
render: "text"
|
||||
placeholder: "DEBUG:streamrip:Config loaded
|
||||
|
||||
DEBUG:streamrip:Config saved: /Users/username/Library/Application Support/streamrip/config.toml
|
||||
|
||||
..."
|
||||
placeholder: "DEBUG:streamrip:Config loaded..."
|
||||
|
||||
- type: textarea
|
||||
validations:
|
||||
|
@ -56,17 +52,7 @@ body:
|
|||
Find the config file using `rip config --open` and paste the contents here.
|
||||
Make sure you REMOVE YOUR CREDENTIALS!
|
||||
render: toml
|
||||
placeholder: '[downloads]
|
||||
|
||||
# Folder where tracks are downloaded to
|
||||
|
||||
folder = "/Users/username/StreamripDownloads"
|
||||
|
||||
# Put Qobuz albums in a ''Qobuz'' folder, Tidal albums in ''Tidal'' etc.
|
||||
|
||||
source_subdirectories = false
|
||||
|
||||
...'
|
||||
placeholder: "[downloads]\n..."
|
||||
|
||||
- type: input
|
||||
validations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue