Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Nov 6, 2023
1 parent 04df435 commit 0e9daf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bot/workers/auto/transcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ async def forward_(name, out, ds, mi, f):
queue_id = list(queue.keys())[0]
if bqueue.get(queue_id):
name, _none, v_f = list(queue.values())[0]
blist = await get_batch_list(self._current, 1, v_f[0], v_f[1], parse=False)
blist = await get_batch_list(einfo._current, 1, v_f[0], v_f[1], parse=False)
if blist:
_pname = await qparse_t(self._current, v_f[0], v_f[1])
_pname = await qparse_t(einfo._current, v_f[0], v_f[1])
_pname2 = await qparse_t(blist[0], v_f[0], v_f[1])
if _pname == _pname2:
return

if len(queue) > 1:
elif len(queue) > 1:
name, _none, v_f = list(queue.values())[0]
name2, _none, v_f2 = list(queue.values())[1]
_pname = await qparse_t(name, v_f[0], v_f[1])
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.1.0-beta.1.1-1 (beta)
v2.1.0-beta.1.1-3 (beta)

0 comments on commit 0e9daf9

Please sign in to comment.