Fix potential null reference
This commit is contained in:
parent
a7b461adb4
commit
d12fa01d7a
|
@ -425,7 +425,7 @@ namespace MediaBrowser.Providers.Plugins.Omdb
|
|||
{
|
||||
var person = new PersonInfo
|
||||
{
|
||||
Name = result.Director.Trim(),
|
||||
Name = result.Writer.Trim(),
|
||||
Type = PersonType.Writer
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user