Couchpotato new url

This commit is contained in:
Ruud
2012-01-22 11:28:09 +01:00
parent fdef31de25
commit 5856bdae33
3 changed files with 3 additions and 2 deletions

View File

@@ -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:

View File

@@ -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)

View File

@@ -85,7 +85,7 @@
</common_name>
<documentation>
<doc_link name='couchpotato'
uri='http://www.couchpotatoapp.com/' />
uri='http://couchpota.to/' />
</documentation>
</template>