Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Oct 20, 2023
1 parent c33f347 commit a398a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/utils/os_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ async def pos_in_stm(file, lang1="eng", lang2="eng-us", get="both"):
return None, None
a_pos = ""
s_pos = ""
_ainfo, _sinfo = await get_stream_info(Path(file))
_ainfo, _sinfo = await get_stream_info(file)
i = 0
for audio in _ainfo.split("|"):
if audio == lang1 or audio == lang2:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.6-beta.4.0 (Beta)
v2.0.6-beta.4.0-1 (Beta)

0 comments on commit a398a82

Please sign in to comment.