mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-20 13:40:33 +00:00
feat: track viewers
This commit is contained in:
@ -11,6 +11,7 @@ use tokio::fs::File;
|
||||
use tokio::io::{AsyncReadExt, AsyncSeekExt};
|
||||
use url::Url;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Blossom {
|
||||
url: Url,
|
||||
client: reqwest::Client,
|
||||
|
Reference in New Issue
Block a user