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"], notifications = ["Updates"],
defaultNotifications = ["Updates"], defaultNotifications = ["Updates"],
applicationIcon = 'http://couchpotatoapp.com/media/images/couch.png', applicationIcon = 'http://couchpotatoapp.com/media/images/couch.png',
applicationIcon = 'http://couchpota.to/media/images/couch.png',
) )
self.growl.register() self.growl.register()
except: except:

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

@ -12,7 +12,7 @@ log = CPLog(__name__)
class CouchPotatoApi(MovieProvider): class CouchPotatoApi(MovieProvider):
apiUrl = 'http://couchpotatoapp.com/api/%s/' apiUrl = 'http://couchpota.to/api/%s/'
def __init__(self): def __init__(self):
addEvent('movie.release_date', self.releaseDate) addEvent('movie.release_date', self.releaseDate)

2
init/solaris11

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

Loading…
Cancel
Save