Browse Source

Use proper conf variable

pull/3356/head
Ruud 11 years ago
parent
commit
4cf62f73da
  1. 4
      couchpotato/core/media/movie/providers/automation/popularmovies.py

4
couchpotato/core/media/movie/providers/automation/popularmovies.py

@ -27,12 +27,12 @@ class PopularMovies(Automation):
config = [{
'name': 'popular_movies',
'name': 'popularmovies',
'groups': [
{
'tab': 'automation',
'list': 'automation_providers',
'name': 'popular_movies_automation',
'name': 'popularmovies_automation',
'label': 'Popular Movies',
'description': 'Imports the <a href="http://movies.stevenlu.com/">top titles of movies that have been in theaters</a>. Script provided by <a href="https://github.com/sjlu/popular-movies">Steven Lu</a>',
'options': [

Loading…
Cancel
Save