1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

fix paths

Abzie 2017-01-24 14:38:10 +00:00
parent dfba953069
commit b3dfda5c06

@ -101,7 +101,7 @@ Returns the movie with the matching ID or 404 if no matching movie is found
"hasFile": false,
"youTubeTrailerId": "pgALJgMjXN4",
"studio": "20th Century Fox",
"path": "/mnt/nas/movies/Assassin's Creed (2016)",
"path": "/path/to/Assassin's Creed (2016)",
"profileId": 6,
"monitored": true,
"runtime": 115,
@ -175,7 +175,7 @@ Optional:
"downloaded": false,
"year": 0,
"hasFile": false,
"path": "/mnt/nas/movies/Minions (2015)",
"path": "/path/to/Minions (2015)",
"profileId": 6,
"monitored": true,
"runtime": 0,
@ -228,7 +228,7 @@ All parameters (you should perform a GET/{id} and submit the full body with the
"hasFile": false,
"youTubeTrailerId": "pgALJgMjXN4",
"studio": "20th Century Fox",
"path": "/mnt/nas/movies/Assassin's Creed (2016)",
"path": "/path/to/Assassin's Creed (2016)",
"profileId": 6,
"monitored": true,
"runtime": 115,