From 3c0bb49fbfbe1b19724aaea9acb412b6fa74602b Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 2 Dec 2018 14:10:11 +0100 Subject: [PATCH] Fix adding new album or artist to Plex in the background --- resources/lib/itemtypes/music.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lib/itemtypes/music.py b/resources/lib/itemtypes/music.py index 0e9345a1..58e4b042 100644 --- a/resources/lib/itemtypes/music.py +++ b/resources/lib/itemtypes/music.py @@ -458,7 +458,9 @@ class Song(MusicMixin, ItemBase): plexdb=self.plexdb, kodidb=self.kodidb).add_update(album_xml[0], section_name, - section_id) + section_id, + children=[xml], + scan_children=False) album = self.plexdb.album(album_id) if not album: LOG.error('Still could not find parent album %s for %s',