We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddae6e commit c4834ffCopy full SHA for c4834ff
1 file changed
plexapi/playlist.py
@@ -447,7 +447,7 @@ def copyToUser(self, user):
447
448
Parameters:
449
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.
+ or email of the Plex Home user to copy the playlist to.
451
"""
452
userServer = self._server.switchHomeUser(user)
453
return self.create(server=userServer, title=self.title, items=self.items())
0 commit comments