コード例 #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)