mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-13 12:22:04 +00:00
Run black
This commit is contained in:
parent
fbfce5c423
commit
15fb05dad5
1 changed files with 8 additions and 2 deletions
|
@ -411,7 +411,13 @@ add_video_version = """
|
||||||
INSERT INTO videoversion(idFile, idMedia, media_type, itemType, idType)
|
INSERT INTO videoversion(idFile, idMedia, media_type, itemType, idType)
|
||||||
VALUES (?, ?, ?, ?, ?)
|
VALUES (?, ?, ?, ?, ?)
|
||||||
"""
|
"""
|
||||||
add_video_version_obj = ["{FileId}", "{MovieId}", "movie", "{VideoVersionItemType}", 40400]
|
add_video_version_obj = [
|
||||||
|
"{FileId}",
|
||||||
|
"{MovieId}",
|
||||||
|
"movie",
|
||||||
|
"{VideoVersionItemType}",
|
||||||
|
40400,
|
||||||
|
]
|
||||||
get_videoversion_itemtype = """
|
get_videoversion_itemtype = """
|
||||||
SELECT itemType FROM videoversiontype WHERE id = ?
|
SELECT itemType FROM videoversiontype WHERE id = ?
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue