- Altadefinizione Community:

- divisione per anno (per Film e Serie TV)
   - disabilitata divisione per qualità (inutile)
   - preferenze di ordinamento (da configurazione canale)
 - Velocizzato tmdb + fix per rinumerazione anime
This commit is contained in:
Alhaziel01
2021-09-28 09:10:13 +02:00
parent cca66c6cf6
commit 86e4bebb3c
7 changed files with 383 additions and 270 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ def start(itemlist, item):
if not config.is_xbmc():
return itemlist
if config.get_setting('autoplay') or (item.channel == 'community' and item.autoplay):
if config.get_setting('autoplay') or item.autoplay:
# Save the current value of "Action and Player Mode" in preferences
user_config_setting_action = config.get_setting("default_action")
# user_config_setting_player = config.get_setting("player_mode")