mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-20 16:25:08 +00:00
Named tuples and type hints? What is this magic?
This commit is contained in:
parent
61fcfe3b5e
commit
164fc50d98
8 changed files with 80 additions and 31 deletions
|
@ -66,7 +66,7 @@ FROM jellyfin
|
|||
WHERE jellyfin_parent_id = ?
|
||||
"""
|
||||
get_view = """
|
||||
SELECT view_name, media_type
|
||||
SELECT *
|
||||
FROM view
|
||||
WHERE view_id = ?
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue