#163 fix for removing shared libraries.

This commit is contained in:
Blacktwin 2019-07-11 11:47:57 -04:00
parent 852e355a36
commit 63a0427d91

View File

@ -114,4 +114,4 @@ for user in TAUTULLI_USERS:
print('{}, and would unshare libraries.'.format(OUTPUT)) print('{}, and would unshare libraries.'.format(OUTPUT))
else: else:
print('{}, and has reached their inactivity limit. Unsharing.'.format(OUTPUT)) print('{}, and has reached their inactivity limit. Unsharing.'.format(OUTPUT))
ACCOUNT.updateFriend(PLEX_USERS[UID], SERVER, removeSections=True) ACCOUNT.updateFriend(PLEX_USERS[UID], SERVER, SECTIONS, removeSections=True)