diff options
author | Linnnus <[email protected]> | 2024-04-17 20:03:30 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-05-09 14:06:08 +0200 |
commit | feef1f1b5cd3ddd74454babfd8f1bd7ba35ead76 (patch) | |
tree | bde8eed8a491ed0a4873800cf8f358cc2a7e3f1e | |
parent | d2581ca4eae6719e82185912d113da6c347a4ba2 (diff) |
hosts/ahmed/torrenting: Add categories
-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 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. |