aboutsummaryrefslogtreecommitdiff
path: root/server/src/compat
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-18 13:25:24 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-18 13:25:24 +0100
commit45a485431df0638396f0175de59275b3b5538022 (patch)
tree4993b5b8b598d6de1036308d32b50d078fd0e365 /server/src/compat
parent3bbedf5ab337d8c6d608ed0b24b9c656b0ee1004 (diff)
downloadjellything-45a485431df0638396f0175de59275b3b5538022.tar
jellything-45a485431df0638396f0175de59275b3b5538022.tar.bz2
jellything-45a485431df0638396f0175de59275b3b5538022.tar.zst
wide card; node visi; import children plugin
Diffstat (limited to 'server/src/compat')
-rw-r--r--server/src/compat/youtube.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/compat/youtube.rs b/server/src/compat/youtube.rs
index 2ed0406..9d27235 100644
--- a/server/src/compat/youtube.rs
+++ b/server/src/compat/youtube.rs
@@ -21,7 +21,7 @@ pub fn r_youtube_watch(ri: RequestInfo<'_>, v: &str) -> MyResult<Redirect> {
if let Some(row) = txn.query_single(Query {
filter: Filter::Match(
Path(vec![NO_IDENTIFIERS.0, IDENT_YOUTUBE_VIDEO.0]),
- v.as_bytes().to_vec(),
+ v.into(),
),
sort: Sort::None,
})? {