Added rating_limit config item when running traktarr in automatic mode

pull/49/head
davidaghaian@student.cccd.edu 6 years ago
parent 8fc96d8b0b
commit 9f8fcfce46

@ -88,7 +88,8 @@ class Config(object, metaclass=Singleton):
'anticipated': 3,
'trending': 3,
'popular': 3,
'boxoffice': 10
'boxoffice': 10,
'rating_limit':0
},
'shows': {
'interval': 48,

Loading…
Cancel
Save