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 Feb 6, 2022. It is now read-only.
I store my ASS object in the server and send ASS object to the client then I'm trying to add some new dialogue from the client and push dialog back to the server.
let dialog = new window.libjass.Dialogue(new Map([
['Style', 'Default'],
['Start', 1],
['End', 5],
['Text', 'Text']
]), ass)
when I push a dialog into ASS object collection. my new dialogue doesn't have a class tag.
Now I'm hard-code to add a class tag into dialog before push it into ASS object.
what is the best way can I get a dialogue class tag or add new dialogue into server side?
The text was updated successfully, but these errors were encountered:
relate from: #106
I store my ASS object in the server and send ASS object to the client then I'm trying to add some new dialogue from the client and push dialog back to the server.
when I push a
dialog
into ASS object collection. my new dialogue doesn't have a class tag.Now I'm hard-code to add a class tag into dialog before push it into ASS object.
what is the best way can I get a dialogue class tag or add new dialogue into server side?
The text was updated successfully, but these errors were encountered: