projects
/
tweeper.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tweeper.php: support "application/octet-stream" as an enclosure content type
[tweeper.git]
/
tweeper.php
diff --git
a/tweeper.php
b/tweeper.php
index
94ea05f
..
45b6fa8
100644
(file)
--- a/
tweeper.php
+++ b/
tweeper.php
@@
-121,6
+121,7
@@
class Tweeper {
*/
public static function generateEnclosure($url) {
$supported_content_types = array(
*/
public static function generateEnclosure($url) {
$supported_content_types = array(
+ "application/octet-stream",
"application/ogg",
"audio/aac",
"audio/mp4",
"application/ogg",
"audio/aac",
"audio/mp4",