Skip to content

Commit

Permalink
typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
schaermu committed Mar 11, 2012
1 parent 7fe38f7 commit fa9bac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var meta = module.exports = {
};

// fallback logic for title (ffmpeg version madness)
if (ret.titlr == null) {
if (ret.title == null) {
var title_fallback = /INAM\s+\:(.+)/exec(stderr);
if (title_fallback && title_fallback.length > 1) {
ret.title = title_fallback[1];
Expand Down

0 comments on commit fa9bac3

Please sign in to comment.