Opzione per nascondere i server da Autoplay
This commit is contained in:
@@ -463,7 +463,7 @@ def play_from_library(item):
|
||||
|
||||
window_type = config.get_setting("window_type", "videolibrary")
|
||||
|
||||
if autoplay.is_active(item.contentChannel):
|
||||
if autoplay.is_active(item.contentChannel) and config.get_setting('autoplay_server_list'):
|
||||
itemlist = videolibrary.findvideos(item)
|
||||
|
||||
# y volvemos a lanzar kodi
|
||||
|
||||
Reference in New Issue
Block a user