mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 21:08:27 +00:00
Rollback last pull request
This commit is contained in:
parent
a32f447d13
commit
2a680a18d5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Playlist(PlexPartialObject, Playable):
|
|||
raise BadRequest('Can not mix media types when building a playlist: %s and %s' % (self.playlistType, item.listType))
|
||||
ratingKeys.append(str(item.ratingKey))
|
||||
uuid = items[0].section().uuid
|
||||
ratingKeys = ','.join(str(ratingKeys))
|
||||
ratingKeys = ','.join(ratingKeys)
|
||||
path = '%s/items%s' % (self.key, utils.joinArgs({
|
||||
'uri': 'library://%s/directory//library/metadata/%s' % (uuid, ratingKeys),
|
||||
}))
|
||||
|
|
Loading…
Add table
Reference in a new issue