You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
Hello guys
load subtitle from local storage is not working.
to solve this problem go to
CaptionsView
classand modify this method
public void setCaptionsSource(@Nullable Uri path, CMime mime) {
replace
track = getSubtitleFile(path.toString());
withtrack = getSubtitleFile(path.getPath());
good luck 👍
The text was updated successfully, but these errors were encountered: