Default add top25 to itunes automation

This commit is contained in:
Ruud
2013-01-04 20:26:36 +01:00
parent 637b21cc68
commit 4d0f8eb4ac
@@ -20,12 +20,14 @@ config = [{
{
'name': 'automation_urls_use',
'label': 'Use',
'default': ',',
},
{
'name': 'automation_urls',
'label': 'url',
'type': 'combined',
'combine': ['automation_urls_use', 'automation_urls'],
'default': 'https://itunes.apple.com/rss/topmovies/limit=25/xml,',
},
],
},