mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-13 21:56:11 +00:00
Update local krypton
This commit is contained in:
parent
c9d51690df
commit
4ebcb05ed5
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
version = "171076029"
|
version = "171076030"
|
||||||
|
|
||||||
from movies import Movies
|
from movies import Movies
|
||||||
from musicvideos import MusicVideos
|
from musicvideos import MusicVideos
|
||||||
|
|
|
@ -355,7 +355,7 @@ update_path_tvshow_obj = [ "{Path}",None,None,1,"{PathId}"
|
||||||
]
|
]
|
||||||
update_path_episode_obj = [ "{Path}",None,None,1,"{PathId}"
|
update_path_episode_obj = [ "{Path}",None,None,1,"{PathId}"
|
||||||
]
|
]
|
||||||
update_path_mvideo_obj = [ "{Path}","musicvideos","metadata.local",1,"{PathId}"
|
update_path_mvideo_obj = [ "{Path}","musicvideos",None,1,"{PathId}"
|
||||||
]
|
]
|
||||||
update_file = """ UPDATE files
|
update_file = """ UPDATE files
|
||||||
SET idPath = ?, strFilename = ?, dateAdded = ?
|
SET idPath = ?, strFilename = ?, dateAdded = ?
|
||||||
|
|
Loading…
Reference in a new issue