Revert "Set kodi_type for PlaylistItem automatically from plex_type"
This reverts commit cef07c3598
.
This commit is contained in:
parent
1d01f4794e
commit
a1f4960bca
1 changed files with 0 additions and 1 deletions
|
@ -556,7 +556,6 @@ class PlaylistItem(object):
|
|||
self.name = api.title()
|
||||
self.plex_id = api.plex_id()
|
||||
self.plex_type = api.plex_type()
|
||||
self.kodi_type = v.KODITYPE_FROM_PLEXTYPE[self.plex_type]
|
||||
self.id = api.item_id()
|
||||
self.guid = api.guid_html_escaped()
|
||||
self.playcount = api.viewcount()
|
||||
|
|
Loading…
Reference in a new issue