mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix typo
This commit is contained in:
parent
5c85a3166a
commit
54f0f37d7e
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class DatabaseConn(object):
|
||||||
|
|
||||||
log.info("opened: %s - %s", self.path, id(self.conn))
|
log.info("opened: %s - %s", self.path, id(self.conn))
|
||||||
self.cursor = self.conn.cursor()
|
self.cursor = self.conn.cursor()
|
||||||
return self.conn.cursor()
|
return self.cursor
|
||||||
|
|
||||||
def _SQL(self, media_type):
|
def _SQL(self, media_type):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue