Skip to content

Commit 52372b2

Browse files
JonnyWong16Copilot
andauthored
Fix Common Sense Media reload docstring
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8ad6ebf commit 52372b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plexapi/media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ def _loadData(self, data):
14171417
self.talkingPoints = self.findItems(data, TalkingPoint)
14181418

14191419
def _reload(self, **kwargs):
1420-
""" Reload the data for the hub. """
1420+
""" Reload the data for the Common Sense Media object. """
14211421
guid = self._parent().guid
14221422
if not guid.startswith('plex://'):
14231423
return self

0 commit comments

Comments
 (0)