mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-17 15:46:22 +00:00
post release housecleaning
This commit is contained in:
@@ -92,7 +92,7 @@ namespace MediaBrowser.LocalMetadata
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Media Browser Xml";
|
||||
return "Emby Xml";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -756,11 +756,6 @@ namespace MediaBrowser.LocalMetadata.Savers
|
||||
{
|
||||
builder.Append("<" + singularNodeName + ">");
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(link.ItemType))
|
||||
{
|
||||
builder.Append("<Type>" + SecurityElement.Escape(link.ItemType) + "</Type>");
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(link.Path))
|
||||
{
|
||||
builder.Append("<Path>" + SecurityElement.Escape((link.Path)) + "</Path>");
|
||||
|
||||
Reference in New Issue
Block a user