aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/0001.patch8
-rw-r--r--core/Dockerfile2
2 files changed, 5 insertions, 5 deletions
diff --git a/core/0001.patch b/core/0001.patch
index 107728b..c73e4a5 100644
--- a/core/0001.patch
+++ b/core/0001.patch
@@ -115,10 +115,10 @@ index e4e9c8b..8acb9b1 100644
.item-video {
diff --git a/youtube/static/watch.css b/youtube/static/watch.css
-index 849e22b..701637f 100644
+index 460bba3..181fb94 100644
--- a/youtube/static/watch.css
+++ b/youtube/static/watch.css
-@@ -412,11 +412,9 @@ figure.sc-video {
+@@ -398,11 +398,9 @@ figure.sc-video {
.item-box {
display: grid;
@@ -337,10 +337,10 @@ index 2823e8d..4aefee2 100644
{% endblock main %}
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
-index 9cf9657..04f2683 100644
+index 0991457..06c5f1d 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
-@@ -93,7 +93,6 @@
+@@ -87,7 +87,6 @@
</select>
{% endif %}
</div>
diff --git a/core/Dockerfile b/core/Dockerfile
index 9fdbebe..d9ac270 100644
--- a/core/Dockerfile
+++ b/core/Dockerfile
@@ -11,7 +11,7 @@ RUN apk update && apk upgrade && apk add --no-cache musl-dev build-base make gcc
ARG APP_DIR="/srv/app"
ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local"
-ARG YT_BRANCH="master"
+ARG YT_BRANCH="0.2.8"
RUN mkdir --parents "$APP_DIR"