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 committed by Ryan Lucia
parent 5d01c4f553
commit 96d81b14e7
1 changed files with 1 additions and 1 deletions

View File

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