mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 10:16:18 +00:00
Merge pull request #4733 from crobibero/omdb-null
Fix potential null reference in OMDB
This commit is contained in:
@@ -425,7 +425,7 @@ namespace MediaBrowser.Providers.Plugins.Omdb
|
||||
{
|
||||
var person = new PersonInfo
|
||||
{
|
||||
Name = result.Director.Trim(),
|
||||
Name = result.Writer.Trim(),
|
||||
Type = PersonType.Writer
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user