diff --git a/bot/workers/auto/transcode.py b/bot/workers/auto/transcode.py index 979d7b39..db8ab201 100644 --- a/bot/workers/auto/transcode.py +++ b/bot/workers/auto/transcode.py @@ -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]) diff --git a/version.txt b/version.txt index c690b402..77531e9b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.1.0-beta.1.1-1 (beta) +v2.1.0-beta.1.1-3 (beta)