Skip to content

Commit

Permalink
Merge pull request #35 from suth/main
Browse files Browse the repository at this point in the history
Fixed auto_play config key
  • Loading branch information
bertybuttface authored Sep 23, 2024
2 parents 47879e9 + 7b76409 commit 4f48aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isponsorblocktv/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ options:
skip_count_tracking: false
mute_ads: false
skip_ads: true
autoplay: true
auto_play: true
schema:
apikey: password
devices:
Expand All @@ -34,6 +34,6 @@ schema:
skip_count_tracking: bool
mute_ads: bool
skip_ads: bool
autoplay: bool
auto_play: bool
image: "ghcr.io/bertybuttface/{arch}-addon-isponsorblocktv"
host_network: true

0 comments on commit 4f48aa0

Please sign in to comment.