Revert "Add filesize for streaming content"
This reverts commit 238a616292
This commit is contained in:
parent
dffc0a4ed8
commit
af0c2f59cc
@ -167,7 +167,6 @@ class Photo extends \Zotlabs\Web\Controller {
|
||||
$modified = strtotime($e[0]['edited'] . 'Z');
|
||||
if(intval($e[0]['os_storage'])) {
|
||||
$streaming = $data;
|
||||
$filesize = filesize($data);
|
||||
}
|
||||
else
|
||||
$filesize = $e[0]['filesize'];
|
||||
|
Reference in New Issue
Block a user