예제 #1
0
 def mark_as_unseen(self):
     """Remove this :class:`TVEpisode` from your list of watched episodes"""
     remove_from_history(self)
예제 #2
0
파일: tv.py 프로젝트: mampersat/PyTrakt
 def mark_as_unseen(self):
     """Remove this :class:`TVEpisode` from your list of watched episodes"""
     remove_from_history(self)
예제 #3
0
 def mark_as_unseen(self):
     """Remove this :class:`TVShow`, watched outside of trakt, from your
     library.
     """
     remove_from_history(self)
예제 #4
0
파일: tv.py 프로젝트: mampersat/PyTrakt
 def mark_as_unseen(self):
     """Remove this :class:`TVShow`, watched outside of trakt, from your
     library.
     """
     remove_from_history(self)