def include_in_auto_update(self, videoid):
     library_au.exclude_show_from_auto_update(videoid, False)
     common.refresh_container()
 def exclude_from_auto_update(self, videoid):
     library_au.exclude_show_from_auto_update(videoid, True)
     common.refresh_container()