Skip to content

Commit

Permalink
#98 removed old code now obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Aug 2, 2023
1 parent 9a13a04 commit e960ec5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cast/models/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@ def get_all_paths(self) -> set[str]:
paths.add(self.original.name)
if self.poster:
paths.add(self.poster.name)
# try:
# if self.poster_thumbnail:
# paths.add(self.poster_thumbnail.name)
# except (FileNotFoundError, OSError):
# pass
return paths

def get_mime_type(self) -> str:
Expand Down

0 comments on commit e960ec5

Please sign in to comment.