status upgrade

This commit is contained in:
Simon
2026-03-18 12:13:28 +00:00
parent ce781e2099
commit ce1afd9873
44 changed files with 508 additions and 3 deletions

View File

@@ -19,6 +19,12 @@ use std::collections::HashMap;
use std::sync::{Arc, RwLock};
use std::{thread, vec};
pub const CHANNEL_METADATA: crate::providers::ProviderChannelMetadata =
crate::providers::ProviderChannelMetadata {
group_id: "fetish-kink",
tags: &["fetish", "bdsm", "niche"],
};
error_chain! {
foreign_links {
Io(std::io::Error);