1
0
Fork 0

Fix missing comma in videoList

... ever wondered why you can't drag .webm files into Aegisub?
This is why.
This commit is contained in:
arch1t3cht 2023-01-31 01:59:14 +01:00
parent 66c90b7ed8
commit 5dfa94d22d
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ void Project::LoadList(std::vector<agi::fs::path> const& files) {
".rm",
".rmvb",
".ts",
".webm"
".webm",
".wmv",
".y4m",
".yuv"