Fix adding new album or artist to Plex in the background
This commit is contained in:
parent
e9f811f2cd
commit
3c0bb49fbf
1 changed files with 3 additions and 1 deletions
|
@ -458,7 +458,9 @@ class Song(MusicMixin, ItemBase):
|
||||||
plexdb=self.plexdb,
|
plexdb=self.plexdb,
|
||||||
kodidb=self.kodidb).add_update(album_xml[0],
|
kodidb=self.kodidb).add_update(album_xml[0],
|
||||||
section_name,
|
section_name,
|
||||||
section_id)
|
section_id,
|
||||||
|
children=[xml],
|
||||||
|
scan_children=False)
|
||||||
album = self.plexdb.album(album_id)
|
album = self.plexdb.album(album_id)
|
||||||
if not album:
|
if not album:
|
||||||
LOG.error('Still could not find parent album %s for %s',
|
LOG.error('Still could not find parent album %s for %s',
|
||||||
|
|
Loading…
Reference in a new issue