projects
/
webservice-strike.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b50654
)
Accept imdbid instead of imdb_id
author
Marius Gavrilescu
<marius@ieval.ro>
Sat, 23 May 2015 09:15:11 +0000
(12:15 +0300)
committer
Marius Gavrilescu
<marius@ieval.ro>
Sat, 23 May 2015 09:15:11 +0000
(12:15 +0300)
lib/WebService/Strike/Torrent.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/WebService/Strike/Torrent.pm
b/lib/WebService/Strike/Torrent.pm
index eae9a89c5e277438a1d16a8026d8f877afc9e19d..11113655cf0091dc6ba2a570d344a63d9fecf0ab 100644
(file)
--- a/
lib/WebService/Strike/Torrent.pm
+++ b/
lib/WebService/Strike/Torrent.pm
@@
-35,6
+35,7
@@
sub new{
$self->{file_names} = $self->file_info->{file_names};
$self->{file_lengths} = $self->file_info->{file_lengths};
}
+ $self->{imdb_id} = $self->{imdbid} if $self->{imdbid};
$self
}
This page took
0.023873 seconds
and
4
git commands to generate.