Skip to content

Latest (updated on 2018-06-21 21:06 UTC)

Pre-release
Pre-release
Compare
Choose a tag to compare
@xaf xaf released this 21 Jun 21:39
helper: commands: resolve: fix movie resolution

Commit f43646067521d794661b69b8a2b3aa372466d5a2 introduced a
bug by converting the imdb id returned in the URL form by
imdbpie to the imdb id alone, and doing so for the
'parentTitle' of the media, which represents a series for
a TV episode, but does not exist for a movie. This commit
fixes that behavior by checking that the 'parentTitle'
exists before applying the conversion at its level.

Fixes #119

Signed-off-by: Raphaël Beamonte <[email protected]>