예제 #1
0
 def include_in_auto_update(self, videoid):
     library.exclude_show_from_auto_update(videoid, False)
     common.refresh_container()
예제 #2
0
 def exclude_from_auto_update(self, videoid):
     library.exclude_show_from_auto_update(videoid, True)
     common.refresh_container()