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

Store size of enclosure to database

This commit is contained in:
Felix Eckhofer
2014-07-15 15:32:28 +02:00
parent 06c4c9ebae
commit 523bd90baf
4 changed files with 21 additions and 3 deletions

View File

@@ -4,5 +4,7 @@ class FeedEnclosure {
public $type;
public $length;
public $title;
public $height;
public $width;
}
?>