From d0518142599d326bac12a66e0173eb0e2da2c66d Mon Sep 17 00:00:00 2001 From: asuyou Date: Thu, 28 Oct 2021 11:19:17 +0100 Subject: Added quality choice based on format --- ui/src/app/app.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ui/src/app/app.component.html') diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html index 20a78b4..1a90d5f 100644 --- a/ui/src/app/app.component.html +++ b/ui/src/app/app.component.html @@ -26,20 +26,20 @@
- Video quality + Format
- +
- Format + Quality
- +
-- cgit From bae29a4bad5f3ac6177d6f908cc0fc3dac3a71e6 Mon Sep 17 00:00:00 2001 From: asuyou Date: Sat, 30 Oct 2021 18:17:13 +0100 Subject: Flipped back around sides of quality and format --- ui/src/app/app.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ui/src/app/app.component.html') diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html index 1a90d5f..039aab6 100644 --- a/ui/src/app/app.component.html +++ b/ui/src/app/app.component.html @@ -26,20 +26,20 @@
- Format + Quality
- +
- Quality + Format
- +
-- cgit From 26798a4930da04d5ce4d54742e0d8ca8d802e9ba Mon Sep 17 00:00:00 2001 From: asuyou Date: Wed, 3 Nov 2021 21:57:34 +0000 Subject: Any now shows all avaliable formats --- ui/src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/app/app.component.html') diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html index 039aab6..fda6033 100644 --- a/ui/src/app/app.component.html +++ b/ui/src/app/app.component.html @@ -29,7 +29,7 @@ Quality -- cgit From 2e591122f2de091f76ddf2bdb57aaf29e72ed6f4 Mon Sep 17 00:00:00 2001 From: asuyou Date: Fri, 19 Nov 2021 17:57:43 +0000 Subject: Quality stays the same if it exists on next format --- ui/src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/app/app.component.html') diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html index fda6033..039aab6 100644 --- a/ui/src/app/app.component.html +++ b/ui/src/app/app.component.html @@ -29,7 +29,7 @@ Quality -- cgit