Migliorie ad auto_filter, vosi -> sub-ita

--- RIAVVIARE AD AGGIORNAMENTO TERMINATO! ---
This commit is contained in:
Alhaziel
2019-10-19 10:01:07 +02:00
parent 40531e074c
commit ead0fefd01
25 changed files with 69 additions and 53 deletions

View File

@@ -366,7 +366,7 @@ def get_localized_string(code):
def get_localized_category(categ):
categories = {'movie': get_localized_string(30122), 'tvshow': get_localized_string(30123),
'anime': get_localized_string(30124), 'documentary': get_localized_string(30125),
'vos': get_localized_string(30136), 'vosi': get_localized_string(70566), 'adult': get_localized_string(30126),
'vos': get_localized_string(30136), 'sub-ita': get_localized_string(70566), 'adult': get_localized_string(30126),
'direct': get_localized_string(30137), 'torrent': get_localized_string(70015)}
return categories[categ] if categ in categories else categ