mirror of https://github.com/odrling/Aegisub
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
5d01c4f553
commit
96d81b14e7
|
@ -428,7 +428,7 @@ void Project::LoadList(std::vector<std::filesystem::path> const& files) {
|
|||
".rm",
|
||||
".rmvb",
|
||||
".ts",
|
||||
".webm"
|
||||
".webm",
|
||||
".wmv",
|
||||
".y4m",
|
||||
".yuv"
|
||||
|
|
Loading…
Reference in New Issue