Fix TypeError for PlaylistObject instantiation
This commit is contained in:
parent
b50506b891
commit
f622eab809
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class Playlist_Object(PlaylistObjectBaseclase):
|
|||
self.kodi_filename = None
|
||||
self.kodi_extension = None
|
||||
self.kodi_hash = None
|
||||
PlaylistObjectBaseclase.__init__()
|
||||
PlaylistObjectBaseclase.__init__(self)
|
||||
|
||||
@property
|
||||
def kodi_path(self):
|
||||
|
|
Loading…
Reference in a new issue