mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-07 18:08:50 +00:00
Begin restructing, fixed some issues related to movement
This commit is contained in:
parent
6be8213b34
commit
84b8093171
72 changed files with 16 additions and 34 deletions
12
jellyfin_kodi/objects/kodi/queries_texture.py
Normal file
12
jellyfin_kodi/objects/kodi/queries_texture.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
get_cache = """
|
||||
SELECT cachedurl
|
||||
FROM texture
|
||||
WHERE url = ?
|
||||
"""
|
||||
|
||||
|
||||
delete_cache = """
|
||||
DELETE FROM texture
|
||||
WHERE url = ?
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue