projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e49c6
)
tweeper.php: support "application/pdf" as an enclosure content type
author
Antonio Ospite <ao2@ao2.it>
Sat, 29 Oct 2016 17:34:10 +0000
(19:34 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Sat, 29 Oct 2016 17:34:10 +0000
(19:34 +0200)
tweeper.php
patch
|
blob
|
history
diff --git
a/tweeper.php
b/tweeper.php
index
45b6fa8
..
fc3a3ef
100644
(file)
--- a/
tweeper.php
+++ b/
tweeper.php
@@
-123,6
+123,7
@@
class Tweeper {
$supported_content_types = array(
"application/octet-stream",
"application/ogg",
+ "application/pdf",
"audio/aac",
"audio/mp4",
"audio/mpeg",