mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
Fixed UNC path parsing for Radarr sync
This commit is contained in:
parent
e2a3f363d1
commit
d1775ff5c1
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def movieParser(movie, action, tags_dict, language_profiles, movie_default_profi
|
|||
|
||||
parsed_movie = {'radarrId': int(movie["id"]),
|
||||
'title': movie["title"],
|
||||
'path': os.path.join(movie["path"], movie['movieFile']['relativePath']),
|
||||
'path': movie['movieFile']['path'],
|
||||
'tmdbId': str(movie["tmdbId"]),
|
||||
'poster': poster,
|
||||
'fanart': fanart,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue