mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 10:16:11 +00:00
Remove trailing whitespace
This commit is contained in:
parent
995f871e19
commit
8f4d2bfb89
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ add_reference_album_obj = [ "{Id}","{AlbumId}",None,None,"MusicAlbum","album
|
|||
]
|
||||
add_reference_song_obj = [ "{Id}","{SongId}",None,"{PathId}","Audio","song","{AlbumId}","{Checksum}",
|
||||
None,"{JellyfinParentId}"
|
||||
]
|
||||
]
|
||||
add_view = """ INSERT OR REPLACE INTO view(view_id, view_name, media_type)
|
||||
VALUES (?, ?, ?)
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue