From 63a0427d91934820d0aefdbea4f62725bb7effff Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Thu, 11 Jul 2019 11:47:57 -0400 Subject: [PATCH] #163 fix for removing shared libraries. --- utility/remove_inactive_users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/remove_inactive_users.py b/utility/remove_inactive_users.py index 1b2672a..8ef14a8 100644 --- a/utility/remove_inactive_users.py +++ b/utility/remove_inactive_users.py @@ -114,4 +114,4 @@ for user in TAUTULLI_USERS: print('{}, and would unshare libraries.'.format(OUTPUT)) else: 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)