Browse Source

Couchpotato new url

pull/69/head
Ruud 13 years ago
parent
commit
5856bdae33
  1. 1
      couchpotato/core/notifications/growl/main.py
  2. 2
      couchpotato/core/providers/movie/couchpotatoapi/main.py
  3. 2
      init/solaris11

1
couchpotato/core/notifications/growl/main.py

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

2
couchpotato/core/providers/movie/couchpotatoapi/main.py

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

2
init/solaris11

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

Loading…
Cancel
Save