Skip to content

Commit 86e5f85

Browse files
Merge pull request #38 from bertybuttface/bertybuttface-patch-1
Fix upstream changed from --data-dir to --data
2 parents f367ae8 + cc19f5f commit 86e5f85

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

isponsorblocktv/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
2+
## 2.1.2
3+
4+
- Fix --data-dir renamed to --data upstream issue with previous release
5+
26
## 2.1.1
37

4-
- Fix Autoplay always enabled issue due to incorrect key in config file. Thanks @suth and @the8thsign
8+
- Fix Autoplay always enabled issue due to incorrect key in config file. Thanks @suth and @the8thsign (see: https://github.com/bertybuttface/addons/pull/35 for details)
59

610
## 2.1.0
711

isponsorblocktv/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
22
name: iSponsorBlockTV add-on
3-
version: "2.1.1"
3+
version: "2.1.2"
44
slug: isponsorblocktv
55
description: SponsorBlock client for all YouTube TV clients.
66
url: "https://github.com/bertybuttface/addons/tree/main/isponsorblocktv"

isponsorblocktv/rootfs/etc/services.d/isponsorblocktv/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ bashio::log.info "Starting..."
77

88
## Run your program
99
ln -sf /data/options.json /data/config.json
10-
python3 -u /app/main.pyc --data-dir /data
10+
python3 -u /app/main.pyc --data /data

0 commit comments

Comments
 (0)