From b3dfda5c066921e21a3f7a225c413fe1e20ba872 Mon Sep 17 00:00:00 2001 From: Abzie Date: Tue, 24 Jan 2017 14:38:10 +0000 Subject: [PATCH] fix paths --- API:Movie.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API:Movie.md b/API:Movie.md index 5f3bcfe..b47172d 100644 --- a/API:Movie.md +++ b/API:Movie.md @@ -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,