Skip to content

Commit

Permalink
fixed muxing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Dec 29, 2023
1 parent fe92314 commit 606d494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bot/workers/handlers/rebut.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,11 @@ async def en_mux(event, args, client):
return await event.reply(error)
name_2 = file2.name
input_2 = work_folder + name_2
cap_tag = flag.tag_c
cap_tag = flag.tc
codec = flag.q
default_audio = flag.default_a
default_sub = flag.default_s
file_tag = flag.tag_f
file_tag = flag.tf
force_ext = flag.ext
ver = flag.v

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.2.0-beta.0.5.12 (beta)
v2.2.0-beta.0.5.13 (beta)

0 comments on commit 606d494

Please sign in to comment.