mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
more sync movement
This commit is contained in:
@@ -57,11 +57,6 @@ namespace MediaBrowser.LocalMetadata.Savers
|
||||
|
||||
builder.Append("<Item>");
|
||||
|
||||
if (!string.IsNullOrEmpty(playlist.OwnerUserId))
|
||||
{
|
||||
builder.Append("<OwnerUserId>" + SecurityElement.Escape(playlist.OwnerUserId) + "</OwnerUserId>");
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(playlist.PlaylistMediaType))
|
||||
{
|
||||
builder.Append("<PlaylistMediaType>" + SecurityElement.Escape(playlist.PlaylistMediaType) + "</PlaylistMediaType>");
|
||||
|
||||
Reference in New Issue
Block a user