1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +00:00

support media:description for media: enclosures

This commit is contained in:
Andrew Dolgov
2013-08-05 12:26:09 +04:00
parent 6bf61bdc63
commit 5c54e68388
6 changed files with 29 additions and 3 deletions

View File

@@ -3,5 +3,6 @@ class FeedEnclosure {
public $link;
public $type;
public $length;
public $title;
}
?>