Skip to content

Commit

Permalink
Fix missing comma in videoList
Browse files Browse the repository at this point in the history
... ever wondered why you can't drag .webm files into Aegisub?
This is why.
  • Loading branch information
arch1t3cht committed Dec 16, 2024
1 parent 347c1a2 commit 99ba1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ void Project::LoadList(std::vector<std::filesystem::path> const& files) {
".rm",
".rmvb",
".ts",
".webm"
".webm",
".wmv",
".y4m",
".yuv"
Expand Down

0 comments on commit 99ba1ce

Please sign in to comment.