Default to movie type

This commit is contained in:
Ruud
2013-08-18 13:17:40 +02:00
parent a25eac6c4e
commit a45913eee7

View File

@@ -99,6 +99,7 @@ class Provider(Plugin):
class YarrProvider(Provider):
protocol = None # nzb, torrent, torrent_magnet
type = 'movie'
cat_ids = {}
cat_backup_id = None