mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
implement clickable preload files, rename static to public, rename preload config argument to public, rename Storage to Public
This commit is contained in:
parent
bff6b209c9
commit
6b149ba1b9
13 changed files with 77 additions and 51 deletions
|
|
@ -60,7 +60,7 @@ impl Feed {
|
|||
pub fn push(&self, buffer: &mut String, torrent: Torrent) {
|
||||
buffer.push_str(&format!(
|
||||
"<item><guid>{}</guid><title>{}</title><link>{}</link>",
|
||||
&torrent.info_hash,
|
||||
torrent.info_hash,
|
||||
escape(
|
||||
torrent
|
||||
.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue