Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Fix type on readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbart committed Jun 13, 2013
1 parent d0f8b5d commit de4331e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Item Media Info
$bitrate = $media->getBitrate();

// File
$file = reset($media->getFile());
$file = reset($media->getFiles());
$path = $file->getFile();
$size = $file->getSize();

Expand Down

0 comments on commit de4331e

Please sign in to comment.