Exemplo n.º 1
0
 def mark_as_unseen(self):
     """Remove this :class:`TVEpisode` from your list of watched episodes"""
     remove_from_history(self)
Exemplo n.º 2
0
 def mark_as_unseen(self):
     """Remove this :class:`TVEpisode` from your list of watched episodes"""
     remove_from_history(self)
Exemplo n.º 3
0
 def mark_as_unseen(self):
     """Remove this :class:`TVShow`, watched outside of trakt, from your
     library.
     """
     remove_from_history(self)
Exemplo n.º 4
0
 def mark_as_unseen(self):
     """Remove this :class:`TVShow`, watched outside of trakt, from your
     library.
     """
     remove_from_history(self)