diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-23 06:00:41 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-23 06:00:41 +0000 |
commit | ad7b066f483533b593bd991f7ac33ed20f4ccb7a (patch) | |
tree | a6a619a11dd1495d6b6122f5ea5cc369f85bfe5f /modules/rss/views | |
parent | 05308a94b11fb6f51b7b0338ea67793da0d46501 (diff) |
Change the media content for video. I don't think its quite right
yet, but that's maybe because I'm not generating thumbnails
Diffstat (limited to 'modules/rss/views')
-rw-r--r-- | modules/rss/views/feed.mrss.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/rss/views/feed.mrss.php b/modules/rss/views/feed.mrss.php index 757d5dcd..279ae060 100644 --- a/modules/rss/views/feed.mrss.php +++ b/modules/rss/views/feed.mrss.php @@ -67,11 +67,7 @@ <? endif ?> <? else: ?> <media:content url="<?= $child->file_url(true) ?>" - fileSize="<?= filesize($child->file_path()) ?>" - type="<?= $child->mime_type ?>" - height="<?= $child->height ?>" - width="<?= $child->width ?>" - /> + type="video/x-flv" /> <? endif ?> </media:group> </item> |