Update local krypton

This commit is contained in:
angelblue05 2019-02-01 03:07:47 -06:00
parent c9d51690df
commit 4ebcb05ed5
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
version = "171076029" version = "171076030"
from movies import Movies from movies import Movies
from musicvideos import MusicVideos from musicvideos import MusicVideos

View file

@ -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 = ?