mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Forgot to remove unexecuted code.
This commit is contained in:
parent
6fe450da4d
commit
e23d2e1f7b
1 changed files with 0 additions and 3 deletions
|
@ -158,12 +158,9 @@ class Kodi(object):
|
||||||
self.cursor.executemany(sql, parameters)
|
self.cursor.executemany(sql, parameters)
|
||||||
|
|
||||||
def add_person(self, *args):
|
def add_person(self, *args):
|
||||||
|
|
||||||
self.cursor.execute(QU.add_person, args)
|
self.cursor.execute(QU.add_person, args)
|
||||||
return self.cursor.lastrowid
|
return self.cursor.lastrowid
|
||||||
|
|
||||||
return person_id
|
|
||||||
|
|
||||||
def _get_person(self, *args):
|
def _get_person(self, *args):
|
||||||
try:
|
try:
|
||||||
return self.add_person(*args)
|
return self.add_person(*args)
|
||||||
|
|
Loading…
Reference in a new issue