Fixed UNC path parsing for Radarr sync

pull/2847/head
ThioJoe 2 weeks ago committed by GitHub
parent e2a3f363d1
commit d1775ff5c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save