Only set advancedsettings tweaks if Music enabled
This commit is contained in:
parent
858c792d04
commit
6804fcf543
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ class LibrarySync(Thread):
|
||||||
"""
|
"""
|
||||||
Compare the views to Plex
|
Compare the views to Plex
|
||||||
"""
|
"""
|
||||||
if self.direct_paths is True:
|
if self.direct_paths is True and self.enableMusic is True:
|
||||||
if music.set_excludefromscan_music_folders() is True:
|
if music.set_excludefromscan_music_folders() is True:
|
||||||
log.info('Detected new Music library - restarting now')
|
log.info('Detected new Music library - restarting now')
|
||||||
# 'New Plex music library detected. Sorry, but we need to
|
# 'New Plex music library detected. Sorry, but we need to
|
||||||
|
|
Loading…
Reference in a new issue