MCPcopy
hub / github.com/blacktwin/JBOPS / unshare

Function unshare

utility/plex_api_share.py:259–261  ·  view source on GitHub ↗
(user, sections)

Source from the content-addressed store, hash-verified

257
258
259def unshare(user, sections):
260 plex.myPlexAccount().updateFriend(user=user, server=plex, removeSections=True, sections=sections)
261 print('Unshared all libraries from {user}.'.format(user=user))
262
263
264def add_to_dictlist(d, key, val):

Callers 1

plex_api_share.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected