veo-labs / openveo-publish

NodeJs plugin for OpenVeo to publish videos to video platforms
GNU Affero General Public License v3.0
5 stars 3 forks source link

Do not create a chapter tab if we just updated the begining and end cursor. #6

Open Natim opened 7 years ago

Natim commented 7 years ago

On video where we never accessed the chapter editor, we don't have a chapter tab. On video where we changed the begin or end cursor, we have a chapter tab that might not be accurate.

Would it be possible to keep the chapter tab hidden in case we just changed those cursors?

Maybe we could add a checkbox on the video properties to explicitly ask if the chapter tab should be present or not?