From 85deb4947d854a2e1f805b00452fde6369564aa4 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Fri, 11 Jun 2021 17:38:43 -0700 Subject: [PATCH] Support HLS playback in search and user feeds --- Cargo.lock | 2 +- Cargo.toml | 2 +- templates/search.html | 4 ++++ templates/user.html | 5 ++++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcc50c6..fad6c8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ checksum = "5600b4e6efc5421841a2138a6b082e07fe12f9aaa12783d50e5d13325b26b4fc" [[package]] name = "libreddit" -version = "0.14.7" +version = "0.14.8" dependencies = [ "askama", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 8278517..680e0b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libreddit" description = " Alternative private front-end to Reddit" license = "AGPL-3.0" repository = "https://github.com/spikecodes/libreddit" -version = "0.14.7" +version = "0.14.8" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2018" diff --git a/templates/search.html b/templates/search.html index 7dffe43..f40c117 100644 --- a/templates/search.html +++ b/templates/search.html @@ -68,6 +68,10 @@ {% endif %} {% endfor %} + {% if prefs.use_hls == "on" %} + + + {% endif %}