update to yt-local v0.3.2

This commit is contained in:
Astound 2025-03-08 11:26:29 +08:00
parent 3d98821346
commit c7269c6943
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56
2 changed files with 3 additions and 3 deletions

View File

@ -115,10 +115,10 @@ index e4e9c8b..8acb9b1 100644
.item-video {
diff --git a/youtube/static/watch.css b/youtube/static/watch.css
index 460bba3..181fb94 100644
index c0bdec6..447bf6d 100644
--- a/youtube/static/watch.css
+++ b/youtube/static/watch.css
@@ -398,11 +398,9 @@ figure.sc-video {
@@ -421,11 +421,9 @@ figure.sc-video {
.item-box {
display: grid;

View File

@ -7,7 +7,7 @@ ENV LC_ALL=C.UTF-8
ARG APP_DIR="/srv/app"
ARG YT_REPO="https://git.fridu.us/heckyel/yt-local.git"
ARG YT_BRANCH="v0.3.1"
ARG YT_BRANCH="v0.3.2"
RUN apk update && \
apk upgrade && \