summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-04-17 20:03:30 +0200
committerLinnnus <[email protected]>2024-05-09 14:06:08 +0200
commitfeef1f1b5cd3ddd74454babfd8f1bd7ba35ead76 (patch)
treebde8eed8a491ed0a4873800cf8f358cc2a7e3f1e /hosts
parentd2581ca4eae6719e82185912d113da6c347a4ba2 (diff)
hosts/ahmed/torrenting: Add categories
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ahmed/torrenting/save-path.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ahmed/torrenting/save-path.nix b/hosts/ahmed/torrenting/save-path.nix
index 47c6658..0e3824d 100644
--- a/hosts/ahmed/torrenting/save-path.nix
+++ b/hosts/ahmed/torrenting/save-path.nix
@@ -1,7 +1,7 @@
{pkgs,lib,config,...}: let
downloadPath = "/srv/media/";
- categories = [ "Movies" "Anime Movies" "Miscellaneous" ];
+ categories = [ "Movies" "Anime Movies" "Anime Series" "Series" "Miscellaneous" ];
in {
# Create the directory to which media will be downloaded. This will be used
# by qBittorent to hold files and Jellyfin will serve from it.