Skip to content

Commit c4834ff

Browse files
committed
Remove user id from Playlist copyToUser docstring
1 parent 6ddae6e commit c4834ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plexapi/playlist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def copyToUser(self, user):
447447
448448
Parameters:
449449
user (:class:`~plexapi.myplex.MyPlexUser` or str): `MyPlexUser` object, username,
450-
email, or user id of the Plex Home user to copy the playlist to.
450+
or email of the Plex Home user to copy the playlist to.
451451
"""
452452
userServer = self._server.switchHomeUser(user)
453453
return self.create(server=userServer, title=self.title, items=self.items())

0 commit comments

Comments
 (0)