~wattazoum/xbmc/mangas-tv-plugin

« back to all changes in this revision

Viewing changes to plugin.video.mangastv/resources/lib/main_mangastv.py

  • Committer: Oumar Aziz OUATTARA
  • Date: 2011-01-06 00:40:54 UTC
  • Revision ID: aouattara@octo.com-20110106004054-og2e1vptztt3pg9b
fix settings page

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
__addonid__ = 'plugin.video.mangastv'
18
18
__settings__ = xbmcaddon.Addon(id=__addonid__)
19
19
__site_url__ = "http://mangas-tv.com/"
20
 
__version__ = "1.0.3"
 
20
__version__ = "1.0.4"
21
21
 
22
22
CATEGORIE_LIST_MODE = 'categorielist'
23
23
ANIME_LIST_MODE = 'animelist'