Esempio n. 1
0
 def include_in_auto_update(self, videoid):
     library_au.exclude_show_from_auto_update(videoid, False)
     common.refresh_container()
Esempio n. 2
0
 def exclude_from_auto_update(self, videoid):
     library_au.exclude_show_from_auto_update(videoid, True)
     common.refresh_container()