wip
parent
26ee1a6059
commit
b241728201
@ -1,14 +1,14 @@
|
||||
From 04a1f0eaebdfe1fdd1df0629a93a2187091ee0f0 Mon Sep 17 00:00:00 2001
|
||||
From 3c692fc4fd5ea7faefc6b6ef63c9b6b20205a1cb Mon Sep 17 00:00:00 2001
|
||||
From: Simon Bruder <simon@sbruder.de>
|
||||
Date: Thu, 9 Sep 2021 16:56:57 +0200
|
||||
Subject: [PATCH 2/2] Prefer opus audio streams in listen mode
|
||||
Subject: [PATCH] Prefer opus audio streams in listen mode
|
||||
|
||||
---
|
||||
src/invidious/views/components/player.ecr | 10 ++++++++++
|
||||
1 file changed, 10 insertions(+)
|
||||
|
||||
diff --git a/src/invidious/views/components/player.ecr b/src/invidious/views/components/player.ecr
|
||||
index c520fb5a..590cf6c5 100644
|
||||
index 6418f66b..73524cfd 100644
|
||||
--- a/src/invidious/views/components/player.ecr
|
||||
+++ b/src/invidious/views/components/player.ecr
|
||||
@@ -7,6 +7,16 @@
|
@ -1,24 +0,0 @@
|
||||
From 69c63df2aea003eb6e5dc787ed1bb7d881194d55 Mon Sep 17 00:00:00 2001
|
||||
From: Simon Bruder <simon@sbruder.de>
|
||||
Date: Thu, 9 Sep 2021 18:46:38 +0200
|
||||
Subject: [PATCH 1/2] Link to patches in footer
|
||||
|
||||
---
|
||||
src/invidious/views/template.ecr | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
|
||||
index 7be95959..5b0d6ca1 100644
|
||||
--- a/src/invidious/views/template.ecr
|
||||
+++ b/src/invidious/views/template.ecr
|
||||
@@ -120,6 +120,7 @@
|
||||
<a href="https://github.com/iv-org/invidious">
|
||||
<%= translate(locale, "Released under the AGPLv3 on Github.") %>
|
||||
</a>
|
||||
+ (<a href="/patches/">Patches</a>)
|
||||
</div>
|
||||
<div class="pure-u-1 pure-u-md-1-3">
|
||||
<i class="icon ion-ios-wallet"></i>
|
||||
--
|
||||
2.31.1
|
||||
|
@ -1,5 +0,0 @@
|
||||
These are the patches aplied to this invidious instance.
|
||||
|
||||
They are licensed under the GNU Affero General Public License version 3 as
|
||||
published by the Free Software Foundation. Its text can be found under
|
||||
https://www.gnu.org/licenses/agpl-3.0.en.html
|
Loading…
Reference in New Issue