Added the ability to mark chapters via sponsorblock (#542)

This commit is contained in:
Kieran
2025-01-03 09:53:38 -08:00
committed by GitHub
parent 967e21a8a1
commit e150355874
4 changed files with 22 additions and 6 deletions
@@ -38,6 +38,7 @@ defmodule PinchflatWeb.MediaProfiles.MediaProfileHTML do
def friendly_sponsorblock_options do
[
{"Disabled (default)", "disabled"},
{"Mark Segments as Chapters", "mark"},
{"Remove Segments", "remove"}
]
end