diff options
author | Linnnus <[email protected]> | 2024-05-19 22:22:27 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-05-19 22:22:27 +0200 |
commit | 4b562df53a296e1e745581c414d5e5a1c88a9bf3 (patch) | |
tree | 0663b36783c54e7b96a8ff4b2434a9d352fd3a09 /hosts/ahmed/torrenting/save-path.nix | |
parent | 535d1f5852f621c437927582f3ae78954eb913f2 (diff) |
torrenting: Add "Stand-up" category
Diffstat (limited to 'hosts/ahmed/torrenting/save-path.nix')
-rw-r--r-- | hosts/ahmed/torrenting/save-path.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ahmed/torrenting/save-path.nix b/hosts/ahmed/torrenting/save-path.nix index 0e3824d..9d57f06 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" "Anime Series" "Series" "Miscellaneous" ]; + categories = [ "Movies" "Anime Movies" "Anime Series" "Series" "Stand-up" "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. |