Couchpotato new url
This commit is contained in:
@@ -20,6 +20,7 @@ class Growl(Notification):
|
||||
notifications = ["Updates"],
|
||||
defaultNotifications = ["Updates"],
|
||||
applicationIcon = 'http://couchpotatoapp.com/media/images/couch.png',
|
||||
applicationIcon = 'http://couchpota.to/media/images/couch.png',
|
||||
)
|
||||
self.growl.register()
|
||||
except:
|
||||
|
||||
@@ -12,7 +12,7 @@ log = CPLog(__name__)
|
||||
|
||||
class CouchPotatoApi(MovieProvider):
|
||||
|
||||
apiUrl = 'http://couchpotatoapp.com/api/%s/'
|
||||
apiUrl = 'http://couchpota.to/api/%s/'
|
||||
|
||||
def __init__(self):
|
||||
addEvent('movie.release_date', self.releaseDate)
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
</common_name>
|
||||
<documentation>
|
||||
<doc_link name='couchpotato'
|
||||
uri='http://www.couchpotatoapp.com/' />
|
||||
uri='http://couchpota.to/' />
|
||||
</documentation>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user