diff options
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 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. |