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