Fix TypeError
This commit is contained in:
parent
835c047fb1
commit
c967cfc8b1
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Movie(ItemBase):
|
||||||
kodi_pathid=kodi_pathid,
|
kodi_pathid=kodi_pathid,
|
||||||
last_sync=self.last_sync)
|
last_sync=self.last_sync)
|
||||||
|
|
||||||
def remove(self, plex_id):
|
def remove(self, plex_id, plex_type=None):
|
||||||
"""
|
"""
|
||||||
Remove a movie with all references and all orphaned associated entries
|
Remove a movie with all references and all orphaned associated entries
|
||||||
from the Kodi DB
|
from the Kodi DB
|
||||||
|
|
Loading…
Reference in a new issue