Skip to content

fix for videos > 30 minutes#9

Open
hexa0 wants to merge 1 commit into
Arieleg:masterfrom
hexa0:master
Open

fix for videos > 30 minutes#9
hexa0 wants to merge 1 commit into
Arieleg:masterfrom
hexa0:master

Conversation

@hexa0
Copy link
Copy Markdown

@hexa0 hexa0 commented Jun 21, 2022

No description provided.

@itsotter
Copy link
Copy Markdown

itsotter commented Jul 19, 2022

I had the same problem. Fixed by changing the divmod function to this:

local function divmod(a, b)
return math.floor(a / b), a % b
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants