feat: add the concept of tags
Tags are attached to all magnet links provided by a given source, and passed to actions. This allows for e.g. better categorization in Bitmagnet.
This commit is contained in:
parent
f19e02988f
commit
c3764c125a
13 changed files with 240 additions and 11 deletions
|
|
@ -120,6 +120,7 @@ impl App {
|
|||
magnet_links,
|
||||
timestamp: post.created,
|
||||
imdb_id: source_config.imdb_id.clone(),
|
||||
tags: source_config.tags.clone(),
|
||||
};
|
||||
|
||||
// Store the post info in the database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue