diff options
author | Astound <kirito@disroot.org> | 2025-03-08 11:26:29 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2025-03-08 11:26:29 +0800 |
commit | c7269c6943ea300b9826245c1744d593b042badf (patch) | |
tree | c77e98413b29bfcbe6ce19e439eaf93df32268ff | |
parent | 3d988213461e5c5ae1201b077c66d2080b0db0a6 (diff) | |
download | yt-local-docker-master.tar.lz yt-local-docker-master.tar.xz yt-local-docker-master.zip |
-rw-r--r-- | core/0001.patch | 4 | ||||
-rw-r--r-- | core/Dockerfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/0001.patch b/core/0001.patch index 1798703..b87aeb0 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 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; diff --git a/core/Dockerfile b/core/Dockerfile index b304c4a..a7f8792 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -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 && \ |