Fix typo in plexapi includeBandwidths

This commit is contained in:
JonnyWong16 2020-10-14 23:25:41 -07:00
parent f6b800c372
commit 57d08e231c
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 5 additions and 5 deletions

View file

@ -280,7 +280,7 @@ class Movie(Playable, Video):
_include = ('?checkFiles=1&includeExtras=1&includeRelated=1'
'&includeOnDeck=1&includeChapters=1&includePopularLeaves=1'
'&includeConcerts=1&includePreferences=1'
'&indcludeBandwidths=1')
'&includeBandwidths=1')
def _loadData(self, data):
""" Load attribute values from Plex XML response. """
@ -659,7 +659,7 @@ class Episode(Playable, Video):
_include = ('?checkFiles=1&includeExtras=1&includeRelated=1'
'&includeOnDeck=1&includeChapters=1&includePopularLeaves=1'
'&includeMarkers=1&includeConcerts=1&includePreferences=1'
'&indcludeBandwidths=1')
'&includeBandwidths=1')
def _loadData(self, data):
""" Load attribute values from Plex XML response. """