mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
b2f2126edd
commit
3838e8ac15
@ -450,7 +450,7 @@ namespace MediaBrowser.XbmcMetadata.Savers
|
|||||||
writer.WriteElementString("plot", overview);
|
writer.WriteElementString("plot", overview);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(item is Video))
|
if (item is not Video)
|
||||||
{
|
{
|
||||||
writer.WriteElementString("outline", overview);
|
writer.WriteElementString("outline", overview);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user