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 Jan 31, 2023
1 parent 66c90b7 commit 5dfa94d
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 @@ -429,7 +429,7 @@ void Project::LoadList(std::vector<agi::fs::path> const& files) {
".rm",
".rmvb",
".ts",
".webm"

This comment has been minimized.

Copy link
@Setsugennoao

Setsugennoao Jan 31, 2023

😂 😂 😂

This comment has been minimized.

Copy link
@bgette

bgette Aug 4, 2023

oh god

".webm",
".wmv",
".y4m",
".yuv"
Expand Down

0 comments on commit 5dfa94d

Please sign in to comment.