summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvideoadd.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/videoadd.pl b/videoadd.pl
index 9e7788b..d76ad14 100755
--- a/videoadd.pl
+++ b/videoadd.pl
@@ -290,7 +290,7 @@ if ( defined ($imdb{crit}) and &runIMDB() ) {
# Got a single result; Process the movie
$new{title} = $movie->title();
$new{language} = lc join (', ', @{$movie->language()});
- $new{imdbid} = $movie->id();
+ $new{imdbid} = 'imdb:' $movie->id();
$new{year} = $movie->year();
$new{imgurl} = $movie->cover();
$new{director} = join ', ', map {$_->{name}} @{$movie->directors()};