mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
parent
ef1e8d7ef3
commit
ffccc3be38
1 changed files with 5 additions and 0 deletions
|
@ -259,6 +259,11 @@ namespace NzbDrone.Core.Extras.Metadata.Consumers.Xbmc
|
|||
details.Add(new XElement("displayseason"));
|
||||
details.Add(new XElement("displayepisode"));
|
||||
|
||||
var uniqueId = new XElement("uniqueid", episode.Id);
|
||||
uniqueId.SetAttributeValue("type", "sonarr");
|
||||
uniqueId.SetAttributeValue("default", true);
|
||||
details.Add(uniqueId);
|
||||
|
||||
if (image == null)
|
||||
{
|
||||
details.Add(new XElement("thumb"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue