diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-08-02 18:03:11 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-08-02 18:03:11 +0200 |
commit | 2345c4c840a4571b9cbb0a021b4c49f9381875ce (patch) | |
tree | 9f13c360b6fde3ba9d501e370a57f11f024eaa9f /application/views/file | |
parent | 3fa8f8acc3c366c86765b76e4cf8cc2cf5916c5c (diff) |
Add PLS playlist support for multipastes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/upload_form.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index 8fc7b9f59..76d1a5cdb 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -110,6 +110,7 @@ <dt>/<ID>/qr</dt><dd>display a qr code containing a link to <span class="example">/<ID>/</span></dd> <dt>/<ID>/info</dt><dd>display some information about the multipaste</dd> <dt>/<ID>/tar</dt><dd>download a tarball of all files in the multipaste (files may be renamed to avoid conflicts)</dd> + <dt>/<ID>/pls</dt><dd>download a PLS playlist of all audio/video files in the multipaste</dd> </dl> </div> <div class="col-lg-6"> |