added more custom filename variables

This commit is contained in:
ssttevee
2017-03-29 14:10:06 -07:00
parent 4dc90aeb00
commit 2c2ed2c136
2 changed files with 10 additions and 0 deletions

View File

@@ -3,5 +3,7 @@ interface IEpisodePage {
episode: string;
series: string;
volume: string;
season: string;
title: string;
swf: string;
}