From 34c2703fb727b985fa07d7292e3f44f64a2584f7 Mon Sep 17 00:00:00 2001 From: Renan Delfanti Date: Mon, 29 Apr 2024 10:45:21 -0300 Subject: [PATCH] Update Invidious to 2024.4.26-eda7444 (#1069) --- invidious/docker-compose.yml | 2 +- invidious/umbrel-app.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/invidious/docker-compose.yml b/invidious/docker-compose.yml index 0850846..94943f0 100644 --- a/invidious/docker-compose.yml +++ b/invidious/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3000 web: - image: ceramicwhite/invidious:build-08390ac@sha256:4907e660d6ea31d9a9e696a50fe2d7c7ef968b6fb5fbbd9efe257d580b5985d6 + image: ceramicwhite/invidious:build-eda7444@sha256:adb27aa2b7acda32c8eb006d1e8ec56b7669c3f9724f65bc86fcc2d526781c30 restart: on-failure stop_grace_period: 1m user: "1000:1000" diff --git a/invidious/umbrel-app.yml b/invidious/umbrel-app.yml index 39514e2..14223e3 100644 --- a/invidious/umbrel-app.yml +++ b/invidious/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: invidious category: social name: Invidious -version: "2024.3.31-08390ac" +version: "2024.4.26-eda7444" tagline: Browse YouTube without tracking or ads description: >- An open source alternative front-end to YouTube @@ -48,6 +48,6 @@ defaultUsername: "" defaultPassword: "" torOnly: false releaseNotes: >- - - Fixes a bug that prevented videos from loading (see https://github.com/iv-org/invidious/issues/4551) + - Workaround used to fetch streaming URLs (see https://github.com/iv-org/invidious/issues/4584) submitter: Jasper -submission: https://github.com/getumbrel/umbrel-apps/pull/129 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/129