Fix missing comma in videoList
... ever wondered why you can't drag .webm files into Aegisub? This is why.
This commit is contained in:
parent
66c90b7ed8
commit
5dfa94d22d
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ void Project::LoadList(std::vector<agi::fs::path> const& files) {
|
|||
".rm",
|
||||
".rmvb",
|
||||
".ts",
|
||||
".webm"
|
||||
".webm",
|
||||
".wmv",
|
||||
".y4m",
|
||||
".yuv"
|
||||
|
|
Loading…
Reference in a new issue