as many digits as possible
This commit is contained in:
parent
0e21f9ebc1
commit
b1e6e37b7e
2 changed files with 2 additions and 2 deletions
|
|
@ -656,7 +656,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
? Ox.decodeHTMLEntities(value).split('; ').map(Ox.encodeHTMLEntities)
|
||||
: [];
|
||||
} else if (key == 'imdbId') {
|
||||
edit[key] = value ? value.match(/\d+?/)[0] : value;
|
||||
edit[key] = value ? value.match(/\d+/)[0] : value;
|
||||
} else {
|
||||
edit[key] = value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue