mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
post release housecleaning
This commit is contained in:
@@ -856,16 +856,6 @@ namespace MediaBrowser.XbmcMetadata.Savers
|
||||
{
|
||||
writer.WriteStartElement("collectionitem");
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(link.ItemName))
|
||||
{
|
||||
writer.WriteElementString("name", link.ItemName);
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(link.ItemType))
|
||||
{
|
||||
writer.WriteElementString("type", link.ItemType);
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(link.Path))
|
||||
{
|
||||
writer.WriteElementString("path", link.Path);
|
||||
|
||||
Reference in New Issue
Block a user