Missing autoload
This commit is contained in:
@@ -4,6 +4,8 @@ from couchpotato.core.media.movie.providers.base import MovieProvider
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'IPTorrents'
|
||||
|
||||
|
||||
class IPTorrents(MovieProvider, Base):
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@ from couchpotato.core.media.movie.providers.base import MovieProvider
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'KickAssTorrents'
|
||||
|
||||
|
||||
class KickAssTorrents(MovieProvider, Base):
|
||||
pass
|
||||
|
||||
@@ -4,6 +4,8 @@ from couchpotato.core.media.movie.providers.base import MovieProvider
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'PassThePopcorn'
|
||||
|
||||
|
||||
class PassThePopcorn(MovieProvider, Base):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user