mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Update MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -450,7 +450,7 @@ namespace MediaBrowser.XbmcMetadata.Savers
|
||||
writer.WriteElementString("plot", overview);
|
||||
}
|
||||
|
||||
if (!(item is Video))
|
||||
if (item is not Video)
|
||||
{
|
||||
writer.WriteElementString("outline", overview);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user