mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Merge pull request #4733 from crobibero/omdb-null
Fix potential null reference in OMDB
(cherry picked from commit 87e13b858a
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
aae90a8480
commit
24e4fcc3b7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue