0.2.2
This commit is contained in:
@@ -186,10 +186,10 @@ class FileProperties():
|
||||
return self.__pattern
|
||||
|
||||
|
||||
def getSeason(self):
|
||||
def getSeason(self) -> int:
|
||||
return int(self.__season)
|
||||
|
||||
def getEpisode(self):
|
||||
def getEpisode(self) -> int:
|
||||
return int(self.__episode)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user