fix var declaration

This commit is contained in:
simon 2021-06-20 16:08:21 +07:00
parent b7cb1a0c64
commit 5319d8efcc
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class Episode():
'season_id': season_id,
'id_style': id_style,
'showname': Static.showname_encoder(showname),
'ext': ext = os.path.splitext(filename)[1]
'ext': os.path.splitext(filename)[1]
}
# return dict
return file_parsed