mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Merge pull request #4733 from crobibero/omdb-null
Fix potential null reference in OMDB
This commit is contained in:
commit
87e13b858a
@ -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