|
|
@ -186,10 +186,10 @@ class FileProperties():
|
|
|
|
return self.__pattern
|
|
|
|
return self.__pattern
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def getSeason(self):
|
|
|
|
def getSeason(self) -> int:
|
|
|
|
return int(self.__season)
|
|
|
|
return int(self.__season)
|
|
|
|
|
|
|
|
|
|
|
|
def getEpisode(self):
|
|
|
|
def getEpisode(self) -> int:
|
|
|
|
return int(self.__episode)
|
|
|
|
return int(self.__episode)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|