qbt: fix categories
All checks were successful
Build and Deploy / deploy (push) Successful in 2m24s

This commit is contained in:
2026-04-01 15:25:40 -04:00
parent f775f22dbf
commit f9694ae033
3 changed files with 34 additions and 1 deletions

View File

@@ -205,6 +205,17 @@ rec {
torrent = {
SavePath = torrents_path;
TempPath = torrents_path + "/incomplete";
categories = {
anime = torrents_path + "/anime";
archive = torrents_path + "/archive";
audiobooks = torrents_path + "/audiobooks";
books = torrents_path + "/books";
games = torrents_path + "/games";
movies = torrents_path + "/movies";
music = torrents_path + "/music";
musicals = torrents_path + "/musicals";
tvshows = torrents_path + "/tvshows";
};
};
jellyfin = {