Skip to content

Commit

Permalink
Merge pull request Taxel#1636 from glensc/no-guids-ratings
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 4, 2023
2 parents 630f931 + 91845c5 commit e94a6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/plex/PlexRatings.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ def ratings(section: PlexLibrarySection, media_type: str):
]
}

for item in section.search(filters=filters):
for item in section.search(filters=filters, includeGuids=False):
yield item.ratingKey, item.userRating

0 comments on commit e94a6c5

Please sign in to comment.