mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-13 02:23:18 +00:00
Set parent pathId only when in native mode
Also do not set content and scrapper from path not being top paths
This commit is contained in:
parent
5b14abb53f
commit
ff95157315
2 changed files with 13 additions and 7 deletions
|
|
@ -358,8 +358,8 @@ WHERE idPath = ?
|
|||
"""
|
||||
update_path_movie_obj = ["{Path}", "movies", "metadata.local", 1, "{PathId}"]
|
||||
update_path_toptvshow_obj = ["{TopLevel}", "tvshows", "metadata.local", 1, "{TopPathId}"]
|
||||
update_path_tvshow_obj = ["{Path}", "tvshows", "metadata.local", 1, "{PathId}"]
|
||||
update_path_episode_obj = ["{Path}", "tvshows", "metadata.local", 1, "{PathId}"]
|
||||
update_path_tvshow_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_file = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue