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 %}