Add information for ShoutCast Premium users. (#4308)

This commit is contained in:
Mitch 2021-06-19 19:41:49 +01:00 committed by GitHub
parent 71b0578d69
commit d812ca3c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@ release channel, you can take advantage of these new features and fixes.
## Bug Fixes
-
- We've added some extra information on how to enable ShoutCast DNAS Premium features in the `Edit Profile` panel under `Broadcasting`.
---

View File

@ -279,6 +279,8 @@ return [
'class' => 'text-preformatted',
'description' => __(
'This code will be included in the frontend configuration. You can use either JSON {"new_key": "new_value"} format or XML <new_key>new_value</new_key>.'
).__(
'For SHOUTcast Premium users, you can use custom configuration in this format: <code>{ "licenceid": "YOUR_LICENSE_ID" "userid": "YOUR_USER_ID" }</code>'
),
'form_group_class' => 'col-sm-7',
],