|
|
@ -67,7 +67,7 @@ namespace MediaBrowser.Providers.Savers
|
|
|
|
"TVcomId",
|
|
|
|
"TVcomId",
|
|
|
|
"RottenTomatoesId",
|
|
|
|
"RottenTomatoesId",
|
|
|
|
"MusicbrainzId",
|
|
|
|
"MusicbrainzId",
|
|
|
|
"BelongsToCollection",
|
|
|
|
"TMDbCollectionId",
|
|
|
|
"Genres",
|
|
|
|
"Genres",
|
|
|
|
"Genre",
|
|
|
|
"Genre",
|
|
|
|
"Studios",
|
|
|
|
"Studios",
|
|
|
@ -343,7 +343,7 @@ namespace MediaBrowser.Providers.Savers
|
|
|
|
|
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(tmdbCollection))
|
|
|
|
if (!string.IsNullOrEmpty(tmdbCollection))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
builder.Append("<BelongsToCollection>" + SecurityElement.Escape(tmdbCollection) + "</BelongsToCollection>");
|
|
|
|
builder.Append("<TMDbCollectionId>" + SecurityElement.Escape(tmdbCollection) + "</TMDbCollectionId>");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (item.Taglines.Count > 0)
|
|
|
|
if (item.Taglines.Count > 0)
|
|
|
|