feat: edit artist on frontend, resolves #363

This commit is contained in:
FrenchGithubUser
2025-11-29 15:54:16 +01:00
parent aea3b2ebaf
commit cb7e175381
11 changed files with 202 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ use crate::handlers::{
crate::handlers::home::get_home::exec,
crate::handlers::artists::get_artist_publications::exec,
crate::handlers::artists::create_artists::exec,
crate::handlers::artists::edit_artist::exec,
crate::handlers::affiliated_artists::create_affiliated_artists::exec,
crate::handlers::affiliated_artists::remove_affiliated_artists::exec,
crate::handlers::torrents::download_dottorrent_file::exec,