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