Browse Source

Add category_id to movie add docs

pull/2497/head
Ruud 12 years ago
parent
commit
091b1fefd2
  1. 1
      couchpotato/core/media/movie/_base/main.py

1
couchpotato/core/media/movie/_base/main.py

@ -53,6 +53,7 @@ class MovieBase(MovieTypeBase):
'params': {
'identifier': {'desc': 'IMDB id of the movie your want to add.'},
'profile_id': {'desc': 'ID of quality profile you want the add the movie in. If empty will use the default profile.'},
'category_id': {'desc': 'ID of category you want the add the movie in. If empty will use no category.'},
'title': {'desc': 'Movie title to use for searches. Has to be one of the titles returned by movie.search.'},
}
})

Loading…
Cancel
Save