[qcineoob] save max results number in config

This commit is contained in:
Julien Veyssier 2013-03-18 11:54:39 +01:00
commit fe9c011757
2 changed files with 5 additions and 1 deletions

View file

@ -34,6 +34,7 @@ class QCineoob(QtApplication):
SHORT_DESCRIPTION = "search movies, people, torrent and subtitles"
CAPS = ICapCinema, ICapTorrent, ICapSubtitle
CONFIG = {'settings': {'backend': '',
'maxresultsnumber': '10'
}
}