Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrjones committed Dec 29, 2012
1 parent d7c9bf7 commit 7003f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/MP4Meta/Source/IMDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ sub _search_imdb {
my ( $self, $title, $year ) = @_;

my $imdb = IMDB::Film->new( crit => $title, year => $year, cache => 1 );
die 'no series found' unless $imdb->status;
die 'no data found' unless $imdb->status;

return $imdb;
}
Expand Down

0 comments on commit 7003f45

Please sign in to comment.