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

Commit

Permalink
Fixed an example in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbart committed Jun 13, 2013
1 parent b26e55e commit d0f8b5d
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 = $media->getFile();
$file = reset($media->getFile());
$path = $file->getFile();
$size = $file->getSize();

Expand Down

0 comments on commit d0f8b5d

Please sign in to comment.