Skip to content

Commit

Permalink
remove code injection mention
Browse files Browse the repository at this point in the history
  • Loading branch information
felix920506 committed Oct 30, 2024
1 parent c557790 commit 122f7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/server/media/media-segments.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Upon receiving media segment information from the server, clients can choose to

## Plugin support

Plugins can utilize this system to store their information about intros, outros, commercials and all other types of segments. This information can then be used by clients to provide actions, such as a "skip" button in their user interface. This approach generalizes how segments are handled, so plugins no longer need to inject JavaScript into the web client to get intro skipping, and similar functionality can be achieved without custom modifications to other clients.
Plugins can utilize this system to store their information about intros, outros, commercials and all other types of segments. This information can then be used by clients to provide actions, such as a "skip" button in their user interface. This approach generalizes how segments are handled, so more platforms can be easily supported, without custom modifications to clients.

There is an official `Chapter Segments Provider` plugin that creates media segments from chapters.

0 comments on commit 122f7c4

Please sign in to comment.